We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110e79 commit 33d9e29Copy full SHA for 33d9e29
.github/workflows/reusable-CI-workflow.yml
@@ -72,7 +72,7 @@ jobs:
72
php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
73
symfony-version: '${{ needs.fetch-supported-versions.outputs.symfony-min }}'
74
- job-name: Bare minimum - Special case - Symfony 6.4
75
- php-version: '${{ needs.fetch-supported-versions.outputs.php-min }}'
+ php-version: ${{ ( needs.fetch-supported-versions.outputs.php-min == '8.0' ) && '8.1' || needs.fetch-supported-versions.outputs.php-min }}
76
symfony-version: '6.4'
77
- job-name: Late migration - PHP # => Highest symfony version with lowest php version allowed by composer config
78
# Fix - Sf 6.4 require php 8.1 minimum !
0 commit comments