File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 pkg-extra-constraints : behat/gherkin:~4.12.0
248248 - job-name : Symfony - With lowest supported PHP version
249249 # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
250- php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1 ' || needs.fetch-supported-versions.outputs.php-min }}
250+ php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2 ' || needs.fetch-supported-versions.outputs.php-min }}
251251 symfony-version : ${{ needs.fetch-supported-versions.outputs.symfony-next }}
252252 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
253253 pkg-extra-constraints : behat/gherkin:~4.12.0
Original file line number Diff line number Diff line change 4141 "require-dev" : {
4242 "behat/behat" : " ^3.9.0,<=3.16.1" ,
4343 "dvdoug/behat-code-coverage" : " ^5.0" ,
44- "matthiasnoback/symfony-config-test" : " ^4.0" ,
45- "matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
44+ "matthiasnoback/symfony-config-test" : " ^4.0 || ^5.0 " ,
45+ "matthiasnoback/symfony-dependency-injection-test" : " ^4.0 || ^5.0 " ,
4646 "phpspec/prophecy" : " ^1.15" ,
4747 "phpspec/prophecy-phpunit" : " ^2.0" ,
4848 "phpunit/php-code-coverage" : " ^9.2.4" ,
You can’t perform that action at this time.
0 commit comments