Skip to content

Commit

Permalink
Enable flex plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 4, 2023
1 parent 0082516 commit 4725a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.11"
composer config extra.symfony.require "${{ matrix.symfony }}"
Expand Down

0 comments on commit 4725a39

Please sign in to comment.