We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e59b1d commit 8017e2bCopy full SHA for 8017e2b
.github/workflows/unit-tests.yml
@@ -16,16 +16,12 @@ jobs:
16
matrix:
17
php: ['8.1', '8.2', '8.3']
18
symfony: ['5.4.*', '6.4.*', '7.0.*']
19
- doctrine-orm: ['2.14.*', '2.18.*', '3.0.*']
+ doctrine-orm: ['^2.14', '^3.0']
20
composer-flags: ['--prefer-stable']
21
can-fail: [false]
22
exclude:
23
- php: "8.1"
24
symfony: "7.0.*"
25
- - doctrine-orm: "2.14.*"
26
- symfony: "6.4.*"
27
28
- symfony: "7.0.*"
29
30
name: "PHP ${{ matrix.php }} - Doctrine ${{ matrix.doctrine-orm }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
31
0 commit comments