Skip to content

Commit

Permalink
Merge pull request #220 from php-http/fix-build
Browse files Browse the repository at this point in the history
allow flex plugin in composer configuration
  • Loading branch information
dbu authored Sep 21, 2022
2 parents d135751 + 36d48c0 commit a2dd39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

- name: Install dependencies
run: |
composer config --no-plugins allow-plugins.symfony/flex true
composer require --no-update --no-interaction --no-progress symfony/flex
composer config extra.symfony.require ${{ matrix.symfony}}
composer update --prefer-dist --no-interaction --prefer-stable --prefer-lowest --no-progress
Expand Down

0 comments on commit a2dd39f

Please sign in to comment.