Skip to content

Commit

Permalink
Test on latest doctrine/orm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Mar 12, 2024
1 parent 4e59b1d commit 8017e2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ jobs:
matrix:
php: ['8.1', '8.2', '8.3']
symfony: ['5.4.*', '6.4.*', '7.0.*']
doctrine-orm: ['2.14.*', '2.18.*', '3.0.*']
doctrine-orm: ['^2.14', '^3.0']
composer-flags: ['--prefer-stable']
can-fail: [false]
exclude:
- php: "8.1"
symfony: "7.0.*"
- doctrine-orm: "2.14.*"
symfony: "6.4.*"
- doctrine-orm: "2.14.*"
symfony: "7.0.*"

name: "PHP ${{ matrix.php }} - Doctrine ${{ matrix.doctrine-orm }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"

Expand Down

0 comments on commit 8017e2b

Please sign in to comment.