File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,16 @@ jobs:
5757 - job-name : Up to date versions # => Highest versions allowed by composer config
5858 php-version : ' ${{ inputs.php-max-version }}'
5959 symfony-version : ' ${{ inputs.symfony-max-version }}'
60+ # # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
61+ pkg-extra-constraints : behat/gherkin:~4.12.0
6062 - job-name : Up to date versions - Special case - Symfony 5.4
6163 php-version : ' ${{ inputs.php-max-version }}'
6264 symfony-version : ' 5.4'
6365 - job-name : Late migration - Symfony # => Lowest symfony version with highest php version allowed by composer config
6466 php-version : ' ${{ inputs.php-max-version }}'
6567 symfony-version : ' ${{ inputs.symfony-min-version }}'
68+ # # Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
69+ pkg-extra-constraints : behat/gherkin:~4.12.0
6670 - job-name : Bare minimum # => Lowest versions allowed by composer config
6771 php-version : ' ${{ inputs.php-min-version }}'
6872 symfony-version : ' ${{ inputs.symfony-min-version }}'
You can’t perform that action at this time.
0 commit comments