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 afb0603 commit b4a5050Copy full SHA for b4a5050
.github/workflows/reusable-CI-workflow.yml
@@ -66,8 +66,7 @@ jobs:
66
php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
67
symfony-version: '5.4'
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 symfony/yaml:~6.4.0
+ pkg-extra-constraints: 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