File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,22 @@ jobs:
1111 strategy :
1212 matrix :
1313 php :
14- - ' 7.3'
15- - ' 7.4'
16- - ' 8.0'
1714 - ' 8.1'
1815 - ' 8.2'
1916 - ' 8.3'
2017 dependency :
2118 - ' '
2219 symfony :
23- - ' 4.4.*'
2420 - ' 5.4.*'
21+ - ' 6.3.*'
22+ - ' 6.4.*'
23+ - ' 7.0.*'
2524 include :
26- - php : ' 7.3 '
27- symfony : ' 4 .4.*'
25+ - php : ' 8.1 '
26+ symfony : ' 5 .4.*'
2827 dependency : ' lowest'
29- - php : ' 8.0'
30- symfony : ' 6.0.*'
28+ exclude :
3129 - php : ' 8.1'
32- symfony : ' 6.4.*'
33- - php : ' 8.2'
3430 symfony : ' 7.0.*'
3531 fail-fast : false
3632 steps :
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " ^7.3 || ^8.0 " ,
17- "matthiasnoback/symfony-config-test" : " ^5.0" ,
18- "symfony/dependency-injection" : " ^4.4 || ^ 5.3 || ^6.0 || ^7.0" ,
19- "symfony/config" : " ^4.4 || ^ 5.3 || ^6.0 || ^7.0" ,
20- "symfony/yaml" : " ^4.4 || ^ 5.3 || ^6.0 || ^7.0"
16+ "php" : " ^8.1 " ,
17+ "matthiasnoback/symfony-config-test" : " ^^ 5.0" ,
18+ "symfony/dependency-injection" : " ^5.3 || ^6.0 || ^7.0" ,
19+ "symfony/config" : " ^5.3 || ^6.0 || ^7.0" ,
20+ "symfony/yaml" : " ^5.3 || ^6.0 || ^7.0"
2121 },
2222 "require-dev" : {
2323 "phpunit/phpunit" : " ^9.6 || ^10.0"
You can’t perform that action at this time.
0 commit comments