File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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'
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'
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'
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 }}'
You can’t perform that action at this time.
0 commit comments