@@ -62,21 +62,21 @@ jobs:
6262 symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-max }}'
6363 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
6464 pkg-extra-constraints : behat/gherkin:~4.12.0
65- - job-name : Up to date versions - Special case - Symfony 5 .4
65+ - job-name : Up to date versions - Special case - Symfony 6 .4
6666 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
67- symfony-version : ' 5 .4'
67+ symfony-version : ' 6 .4'
6868 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
6969 # Fix - symfony/yaml - Avoid issue with Sf YAML 6.4+ and Framework bundle
7070 pkg-extra-constraints : behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '6.4' ) && 'symfony/yaml:~6.4.0' || '' }}
7171 - job-name : Bare minimum # => Lowest versions allowed by composer config
7272 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-min }}'
7373 symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-min }}'
74- - job-name : Bare minimum - Special case - Symfony 5 .4
74+ - job-name : Bare minimum - Special case - Symfony 6 .4
7575 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-min }}'
76- symfony-version : ' 5 .4'
76+ symfony-version : ' 6 .4'
7777 - job-name : Late migration - PHP # => Highest symfony version with lowest php version allowed by composer config
7878 # 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 }}
79+ php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '7.0 ' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
8080 symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-max }}'
8181 - job-name : Late migration - Symfony # => Lowest symfony version with highest php version allowed by composer config
8282 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
0 commit comments