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 62
62
php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
63
63
symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-max }}'
64
64
# 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'
66
66
- job-name : Up to date versions - Sf 6.4 case
67
67
php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
68
68
symfony-version : ' 6.4'
79
79
# Fix - Sf 7.0 require php 8.1 minimum, most of deps require 8.2 !
80
80
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 }}
81
81
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'
82
83
- job-name : Late Symfony migration # => Lowest symfony version with highest php version allowed by composer config
83
84
php-version : ' ${{ needs.fetch-supported-versions.outputs.php-max }}'
84
85
symfony-version : ' ${{ needs.fetch-supported-versions.outputs.symfony-min }}'
You can’t perform that action at this time.
0 commit comments