File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,23 @@ jobs:
2121 - " 8.2"
2222 - " 8.3"
2323 - " 8.4"
24+ - " 8.5"
2425 dependencies :
2526 - " highest"
2627 - " lowest"
2728 remove-annotations :
2829 - " yes"
2930 - " no"
3031 symfony-require :
31- - " ^3.0"
32- - " ^4.0"
33- - " ^5.0"
34- - " ^6.0"
35- - " ^7.0"
32+ - " ^5.4"
33+ - " ^6.4"
34+ - " ^7.3"
3635 exclude :
3736 - php-version : " 8.1"
38- symfony-require : " ^7.0"
39- - php-version : " 8.4"
40- symfony-require : " ^3.0"
41- - php-version : " 8.4"
42- symfony-require : " ^4.0"
37+ symfony-require : " ^7.3"
38+ include :
39+ - php-version : " 8.5"
40+ symfony-require : " ^8.0"
4341
4442 steps :
4543 - name : Checkout code
Original file line number Diff line number Diff line change 2020 "php" : " ^8.1" ,
2121 "jms/metadata" : " ^2.0" ,
2222 "jms/serializer" : " ^3.18.2" ,
23- "symfony/expression-language" : " ^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7 .0"
23+ "symfony/expression-language" : " ^5.4 || ^6.4 || ^7.3 || ^8 .0"
2424 },
2525 "require-dev" : {
2626 "phpunit/phpunit" : " ^10.5.38" ,
3131 "phpdocumentor/type-resolver" : " ^1.5.1" ,
3232 "phpspec/prophecy-phpunit" : " ^2.0.1" ,
3333 "phpspec/prophecy" : " ^1.16" ,
34- "symfony/routing" : " ^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7 .0" ,
35- "symfony/yaml" : " ^3.4.47 || ~4.0 || ~5.0 || ~6.0 || ~7 .0" ,
34+ "symfony/routing" : " ^5.4 || ^6.4 || ^7.3 || ^8 .0" ,
35+ "symfony/yaml" : " ^5.4 || ^6.4 || ^7.3 || ^8 .0" ,
3636 "twig/twig" : " ^1.43 || ^2.13 || ^3.0"
3737 },
3838 "suggest" : {
You can’t perform that action at this time.
0 commit comments