Skip to content

Commit 89ecb4d

Browse files
committed
Allow flex on composer
1 parent a554e91 commit 89ecb4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
name: Restrict Symfony version
3838
if: matrix.symfony != ''
3939
run: |
40+
composer global config --no-plugins allow-plugins.symfony/flex true
4041
composer global require --no-progress --no-scripts --no-plugins "symfony/flex"
4142
composer config extra.symfony.require "${{ matrix.symfony }}"
4243
composer config minimum-stability "dev"

0 commit comments

Comments
 (0)