Skip to content

Commit 516bc1a

Browse files
authored
Update main.yml
1 parent 604471d commit 516bc1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
ini-values: zend.assertions=1
6262

6363
- name: Globally install symfony/flex
64-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
64+
run: |
65+
composer global config --no-plugins allow-plugins.symfony/flex true
66+
composer global require --no-progress --no-scripts --no-plugins symfony/flex
6567
6668
- name: Configure minimum stability of dependencies
6769
run: composer config minimum-stability ${{ matrix.stability }}

0 commit comments

Comments
 (0)