Skip to content

Commit 7da2182

Browse files
authored
DevKit updates (#756)
1 parent 7bb00a5 commit 7da2182

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686

8787
- name: Globally install symfony/flex
8888
if: matrix.symfony-require != ''
89-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
89+
run: |
90+
composer global config --no-plugins allow-plugins.symfony/flex true
91+
composer global require --no-progress --no-scripts --no-plugins symfony/flex
9092
9193
- name: Install variant
9294
if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')

0 commit comments

Comments
 (0)