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 9c8072a commit 5a6241cCopy full SHA for 5a6241c
.github/workflows/test.yml
@@ -18,21 +18,11 @@ jobs:
18
strategy:
19
matrix:
20
php-versions: [ '8.1', '8.2', '8.3' ]
21
- symfony: [ '^6.2' ]
+ symfony: [ '^6.2', '^7.0' ]
22
composer-flags: [ '', '--prefer-lowest' ]
23
- include:
24
- - php-versions: 8.2
+ exclude:
+ - php-versions: 8.1
25
symfony: '^7.0'
26
- composer-flags: '--prefer-lowest'
27
- - php-versions: 8.3
28
- symfony: '^7.0'
29
- composer-flags: ''
30
31
32
33
34
35
36
steps:
37
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
38
0 commit comments