File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7575 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-min }}'
7676 symfony-version : ' 5.4'
7777 - job-name : Late migration - PHP # => Highest symfony version with lowest php version allowed by composer config
78- php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '6.4' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }} # Fix - Sf 6.4 require php 8.1 minimum !
78+ # Fix - Sf 6.4 require php 8.1 minimum !
79+ php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '6.4' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
7980 symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-max }}'
8081 - job-name : Late migration - Symfony # => Lowest symfony version with highest php version allowed by composer config
8182 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
Original file line number Diff line number Diff line change 4343 "ext-json" : " *" ,
4444 "behat/behat" : " ^3.9.0,<=3.16.1" ,
4545 "dvdoug/behat-code-coverage" : " ^5.0" ,
46- "matthiasnoback/symfony-config-test" : " ^4.0" ,
47- "matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
46+ "matthiasnoback/symfony-config-test" : " ^4.0 || ^5.0 " ,
47+ "matthiasnoback/symfony-dependency-injection-test" : " ^4.0 || ^5.0 " ,
4848 "phpspec/prophecy" : " ^1.15" ,
4949 "phpspec/prophecy-phpunit" : " ^2.0" ,
5050 "phpunit/php-code-coverage" : " ^9.2.4" ,
You can’t perform that action at this time.
0 commit comments