File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,12 +49,13 @@ jobs:
4949 # dev packages (probably not needed to have multiple such jobs)
5050 - minimum-stability : ' dev'
5151 php-version : ' 8.4'
52+ # dev packages for next major version
53+ - minimum-stability : ' dev'
54+ php-version : ' 8.4'
55+ symfony-version : ' 8.0'
5256 # lowest deps
5357 - php-version : ' 8.1'
5458 dependency-version : ' lowest'
55- # LTS version of Symfony
56- - php-version : ' 8.1'
57- symfony-version : ' 6.4.*'
5859 steps :
5960 - uses : actions/checkout@v4
6061
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " >=8.1" ,
20- "symfony/console" : " ^6.4|^7.0" ,
21- "symfony/filesystem" : " ^6.4|^7.0" ,
22- "symfony/http-client" : " ^6.4|^7.0" ,
23- "symfony/process" : " ^6.4|^7.0"
20+ "symfony/console" : " ^6.4|^7.0|^8.0 " ,
21+ "symfony/filesystem" : " ^6.4|^7.0|^8.0 " ,
22+ "symfony/http-client" : " ^6.4|^7.0|^8.0 " ,
23+ "symfony/process" : " ^6.4|^7.0|^8.0 "
2424 },
2525 "require-dev" : {
2626 "phpstan/phpstan" : " ^1.11" ,
2727 "symplify/easy-coding-standard" : " ^12.1.2" ,
28- "symfony/framework-bundle" : " ^6.4|^7.0"
28+ "symfony/framework-bundle" : " ^6.4|^7.0|^8.0 "
2929 }
3030}
You can’t perform that action at this time.
0 commit comments