@@ -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 pkg-extra-constraints : behat/gherkin:~4.12.0
7070 - job-name : Bare minimum # => Lowest versions allowed by composer config
7171 php-version : ' ${{ needs.fetch-supported-versions.outputs.php-min }}'
@@ -223,9 +223,9 @@ jobs:
223223 needs : [ fetch-supported-versions, tests ]
224224 if : ${{ github.event_name == 'push' || ( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'with-nightly-tests') ) }}
225225 runs-on : ubuntu-latest
226- continue-on-error : true
227226 permissions :
228227 contents : read
228+ continue-on-error : true
229229 env :
230230 COMPOSER_IGNORE_PLATFORM_REQ : ' php+'
231231 strategy :
@@ -247,7 +247,7 @@ jobs:
247247 symfony-version : ${{ needs.fetch-supported-versions.outputs.symfony-next }}
248248 # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
249249 # Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
250- 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' || '' }}
250+ 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' || '' }}
251251 - job-name : Symfony - With lowest supported PHP version
252252 # Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
253253 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 }}
0 commit comments