We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a554e91 commit 89ecb4dCopy full SHA for 89ecb4d
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
name: Restrict Symfony version
38
if: matrix.symfony != ''
39
run: |
40
+ composer global config --no-plugins allow-plugins.symfony/flex true
41
composer global require --no-progress --no-scripts --no-plugins "symfony/flex"
42
composer config extra.symfony.require "${{ matrix.symfony }}"
43
composer config minimum-stability "dev"
0 commit comments