Skip to content

Commit 4f696ba

Browse files
committed
Fix
1 parent 7eb1762 commit 4f696ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ jobs:
241241
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
242242
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
243243
# Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
244-
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' || '' }}
244+
pkg-extra-constraints: behat/gherkin:~4.12.0
245245
- job-name: Symfony - With lowest supported PHP version
246246
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
247-
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 }}
247+
php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '6.3' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
248248
symfony-version: ${{ needs.fetch-supported-versions.outputs.symfony-next }}
249249
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
250250
# Fix - symfony/framework-bundle - Framework bundle <7.0 require php 8.1 minimum !
251-
pkg-extra-constraints: behat/gherkin:~4.12.0 ${{ ( needs.fetch-supported-versions.outputs.symfony-next == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && 'symfony/framework-bundle:~7.0.0@dev' || '' }}
251+
pkg-extra-constraints: behat/gherkin:~4.12.0
252252

253253
steps:
254254
- name: Check out code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"yoanm/jsonrpc-server-doc-sdk": "^1.0"
3636
},
3737
"require-dev": {
38-
"behat/behat": "^3.9.0",
38+
"behat/behat": "^3.9.0,<=3.16.1",
3939
"dvdoug/behat-code-coverage": "^5.0",
4040
"phpspec/prophecy": "^1.15",
4141
"phpspec/prophecy-phpunit": "^2.0",

0 commit comments

Comments
 (0)