Skip to content

Commit 36d48c0

Browse files
authored
allow flex plugin in composer configuration
1 parent d135751 commit 36d48c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585

8686
- name: Install dependencies
8787
run: |
88+
composer config --no-plugins allow-plugins.symfony/flex true
8889
composer require --no-update --no-interaction --no-progress symfony/flex
8990
composer config extra.symfony.require ${{ matrix.symfony}}
9091
composer update --prefer-dist --no-interaction --prefer-stable --prefer-lowest --no-progress

0 commit comments

Comments
 (0)