We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb00a5 commit 7da2182Copy full SHA for 7da2182
.github/workflows/test.yaml
@@ -86,7 +86,9 @@ jobs:
86
87
- name: Globally install symfony/flex
88
if: matrix.symfony-require != ''
89
- run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
+ run: |
90
+ composer global config --no-plugins allow-plugins.symfony/flex true
91
+ composer global require --no-progress --no-scripts --no-plugins symfony/flex
92
93
- name: Install variant
94
if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
0 commit comments