Skip to content

Commit bc15d17

Browse files
committed
Fix
1 parent 0e64f7a commit bc15d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
6363
symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-max }}'
6464
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
65-
pkg-extra-constraints: --with 'behat/gherkin:~4.12.0'
65+
pkg-extra-constraints: --with 'behat/gherkin:~4.12.0' --with 'yoanm/symfony-jsonrpc-http-server-doc:dev-feature/increase-supported-versions-sf7.0' --with 'yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0'
6666
- job-name: Up to date versions - Sf 6.4 case
6767
php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
6868
symfony-version: '6.4'
@@ -79,6 +79,7 @@ jobs:
7979
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
8080
php-version: ${{ ( needs.fetch-supported-versions.outputs.symfony-max == '7.0' && needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.2' || needs.fetch-supported-versions.outputs.php-min }}
8181
symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-max }}'
82+
pkg-extra-constraints: --with 'yoanm/symfony-jsonrpc-http-server-doc:dev-feature/increase-supported-versions-sf7.0' --with 'yoanm/symfony-jsonrpc-http-server:dev-feature/increase-supported-versions-sf7.0'
8283
- job-name: Late Symfony migration # => Lowest symfony version with highest php version allowed by composer config
8384
php-version: '${{ needs.fetch-supported-versions.outputs.php-max }}'
8485
symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-min }}'

0 commit comments

Comments
 (0)