Skip to content

Commit a2dd39f

Browse files
authored
Merge pull request #220 from php-http/fix-build
allow flex plugin in composer configuration
2 parents d135751 + 36d48c0 commit a2dd39f

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)