|
76 | 76 | php-version: ${{ ( needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
|
77 | 77 | symfony-version: '6.4'
|
78 | 78 | - job-name: Late PHP migration # => Highest symfony version with lowest php version allowed by composer config
|
79 |
| - # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 ! |
80 |
| - php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }} |
| 79 | + # Fix - Sf 7.3 require php 8.2 ! |
| 80 | + php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '7.3' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }} |
81 | 81 | symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-max }}'
|
82 | 82 | - job-name: Late Symfony migration # => Lowest symfony version with highest php version allowed by composer config
|
83 | 83 | php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
|
@@ -260,8 +260,8 @@ jobs:
|
260 | 260 | # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
|
261 | 261 | pkg-extra-constraints: behat/gherkin:~4.12.0
|
262 | 262 | - job-name: Symfony with lowest supported PHP version
|
263 |
| - # Fix - Sf 7.1 require php 8.2 minimum ! |
264 |
| - php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.1' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }} |
| 263 | + # Fix - Sf 7.4 require php 8.2 minimum ! |
| 264 | + php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.4' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }} |
265 | 265 | symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
|
266 | 266 | # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
|
267 | 267 | pkg-extra-constraints: behat/gherkin:~4.12.0
|
|
0 commit comments