We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2518cb commit fa744baCopy full SHA for fa744ba
.github/workflows/reusable-CI-workflow.yml
@@ -67,7 +67,7 @@ jobs:
67
php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
68
symfony-version: '6.4'
69
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
70
- pkg-extra-constraints: --with 'behat/gherkin:~4.12.0' ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '6.4' ) && '--with "symfony/yaml:~6.4.0"' || '' }}
+ pkg-extra-constraints: --with 'behat/gherkin:~4.12.0'
71
- job-name: Bare minimum # => Lowest versions allowed by composer config
72
php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
73
symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-min }}'
0 commit comments