File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1717 - ' 7.3.*'
1818 - ' 7.4.*'
1919 - ' 8.0.*'
20+ exclude :
21+ - symfony : ' 8.0.*'
22+ php-versions : ' 8.2'
23+ - symfony : ' 8.0.*'
24+ php-versions : ' 8.3'
2025
2126 steps :
2227 - uses : " actions/checkout@v6"
Original file line number Diff line number Diff line change 1515 "php" : " ^8.2" ,
1616 "senseexception/intl-format" : " ^2.3" ,
1717 "senseexception/intl-sort" : " ^2.0" ,
18- "symfony/http-kernel" : " ^6.4 || ^7.3" ,
19- "symfony/http-foundation" : " ^6.4 || ^7.3" ,
20- "symfony/dependency-injection" : " ^6.4 || ^7.3" ,
21- "symfony/config" : " ^6.4 || ^7.3" ,
22- "symfony/twig-bundle" : " ^6.4 || ^7.3"
18+ "symfony/http-kernel" : " ^6.4 || ^7.3 || ^8.0 " ,
19+ "symfony/http-foundation" : " ^6.4 || ^7.3 || ^8.0 " ,
20+ "symfony/dependency-injection" : " ^6.4 || ^7.3 || ^8.0 " ,
21+ "symfony/config" : " ^6.4 || ^7.3 || ^8.0 " ,
22+ "symfony/twig-bundle" : " ^6.4 || ^7.3 || ^8.0 "
2323 },
2424 "require-dev" : {
2525 "phpunit/phpunit" : " ^11.5" ,
You can’t perform that action at this time.
0 commit comments