Skip to content

* Fix compatibility with doctrine 4 (#73) #13

* Fix compatibility with doctrine 4 (#73)

* Fix compatibility with doctrine 4 (#73) #13

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