|
66 | 66 | php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}' |
67 | 67 | symfony-version: '6.4' |
68 | 68 | # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317) |
69 | | - # Fix - symfony/yaml - Avoid issue with Sf YAML 6.4+ and Framework bundle |
70 | | - pkg-extra-constraints: behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '6.4' ) && 'symfony/yaml:~6.4.0' || '' }} |
| 69 | + pkg-extra-constraints: behat/gherkin:~4.12.0 |
71 | 70 | - job-name: Bare minimum # => Lowest versions allowed by composer config |
72 | 71 | php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}' |
73 | 72 | symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-min }}' |
@@ -243,14 +242,14 @@ jobs: |
243 | 242 | symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }} |
244 | 243 | # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317) |
245 | 244 | # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum ! |
246 | | - pkg-extra-constraints: behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-max == '8.4' ) && 'symfony/framework-bundle:~7.0.0@dev' || '' }} |
| 245 | + pkg-extra-constraints: behat/gherkin:~4.12.0 |
247 | 246 | - job-name: Symfony - With lowest supported PHP version |
248 | | - # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 ! |
249 | | - 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 }} |
| 247 | + # Fix - symfony/validator 7.1 require php 8.2 minimum ! |
| 248 | + 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 }} |
250 | 249 | symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }} |
251 | 250 | # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317) |
252 | 251 | # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum ! |
253 | | - pkg-extra-constraints: behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && 'symfony/framework-bundle:~7.0.0@dev' || '' }} |
| 252 | + pkg-extra-constraints: behat/gherkin:~4.12.0 |
254 | 253 |
|
255 | 254 | steps: |
256 | 255 | - name: Check out code |
|
0 commit comments