Skip to content

Commit 8017e2b

Browse files
committed
Test on latest doctrine/orm versions
1 parent 4e59b1d commit 8017e2b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616
matrix:
1717
php: ['8.1', '8.2', '8.3']
1818
symfony: ['5.4.*', '6.4.*', '7.0.*']
19-
doctrine-orm: ['2.14.*', '2.18.*', '3.0.*']
19+
doctrine-orm: ['^2.14', '^3.0']
2020
composer-flags: ['--prefer-stable']
2121
can-fail: [false]
2222
exclude:
2323
- php: "8.1"
2424
symfony: "7.0.*"
25-
- doctrine-orm: "2.14.*"
26-
symfony: "6.4.*"
27-
- doctrine-orm: "2.14.*"
28-
symfony: "7.0.*"
2925

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

0 commit comments

Comments
 (0)