Skip to content

Commit 3d380b1

Browse files
committed
Fix deps issues
1 parent cfa1c4f commit 3d380b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}'

0 commit comments

Comments
 (0)