File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -240,15 +240,15 @@ jobs:
240240 php-version : ${{ needs.fetch-supported-versions.outputs.php-max }}
241241 symfony-version : ${{ needs.fetch-supported-versions.outputs.symfony-next }}
242242 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
243- # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
244- pkg-extra-constraints : behat/gherkin:~4.12.0
243+ # Fix - symfony/validator - Weird issues with 6.3@dev -> works correctly with 6.4 ...
244+ pkg-extra-constraints : behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '6.3' && needs.fetch-supported-versions.outputs.php-max == '8.2' ) && 'symfony/validator:^6.3@dev' || '' }}
245245 - job-name : Symfony - With lowest supported PHP version
246246 # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
247247 php-version : ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '6.3' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
248248 symfony-version : ${{ needs.fetch-supported-versions.outputs.symfony-next }}
249249 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
250- # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
251- pkg-extra-constraints : behat/gherkin:~4.12.0
250+ # Fix - symfony/validator - Weird issues with 6.3@dev -> works correctly with 6.4 ...
251+ pkg-extra-constraints : behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '6.3' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && 'symfony/validator:^6.3@dev' || '' }}
252252
253253 steps :
254254 - name : Check out code
You can’t perform that action at this time.
0 commit comments