Skip to content

* Fix compatibility with doctrine 4 #5

* Fix compatibility with doctrine 4

* Fix compatibility with doctrine 4 #5

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v4