File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1919 exclude :
2020 - php-version : ' 8.1'
2121 symfony-version : ' 7.3.*'
22+ include :
23+ - php-version : ' 8.2'
24+ symfony-version : ' 7.4.0-RC3'
25+ minimum-stability : ' RC'
26+ - php-version : ' 8.4'
27+ symfony-version : ' 8.0.0-RC3'
28+ minimum-stability : ' RC'
2229
2330 steps :
2431 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " >=8.1" ,
22- "symfony/http-kernel" : " ^6.4 || ^7.0" ,
23- "symfony/twig-bridge" : " ^6.4 || ^7.0" ,
22+ "symfony/http-kernel" : " ^6.4 || ^7.0 || ^8.0 " ,
23+ "symfony/twig-bridge" : " ^6.4 || ^7.0 || ^8.0 " ,
2424 "tales-from-a-dev/twig-tailwind-extra" : " ^0.5"
2525 },
2626 "require-dev" : {
2727 "friendsofphp/php-cs-fixer" : " ^3.15" ,
28- "phpunit/phpunit" : " ^10.0 " ,
29- "symfony/form" : " ^6.4 || ^7.0" ,
30- "symfony/intl" : " ^6.4 || ^7.0" ,
31- "symfony/security-csrf" : " ^6.4 || ^7.0" ,
32- "symfony/translation" : " ^6.4 || ^7.0"
28+ "phpunit/phpunit" : " ^10.5 " ,
29+ "symfony/form" : " ^6.4 || ^7.0 || ^8.0 " ,
30+ "symfony/intl" : " ^6.4 || ^7.0 || ^8.0 " ,
31+ "symfony/security-csrf" : " ^6.4 || ^7.0 || ^8.0 " ,
32+ "symfony/translation" : " ^6.4 || ^7.0 || ^8.0 "
3333 },
3434 "config" : {
3535 "optimize-autoloader" : true ,
You can’t perform that action at this time.
0 commit comments