@@ -60,12 +60,12 @@ jobs:
6060 - job-name : Up to date versions # => Highest versions allowed by composer config
6161 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
6262 symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-max }}'
63- # # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
63+ # 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
6565 - job-name : Up to date versions - Special case - Symfony 5.4
6666 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
6767 symfony-version : ' 5.4'
68- # # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
68+ # 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
@@ -222,9 +222,9 @@ jobs:
222222 needs : [ fetch-supported-versions, tests ]
223223 if : ${{ github.event_name == 'push' || ( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'with-nightly-tests') ) }}
224224 runs-on : ubuntu-latest
225- continue-on-error : true
226225 permissions :
227226 contents : read
227+ continue-on-error : true
228228 env :
229229 COMPOSER_IGNORE_PLATFORM_REQ : ' php+'
230230 strategy :
@@ -251,8 +251,8 @@ jobs:
251251 # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
252252 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 }}
253253 symfony-version : ${{ needs.fetch-supported-versions.outputs.symfony-next }}
254- # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
255254 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
255+ # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
256256 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' || '' }}
257257
258258 steps :
0 commit comments