Skip to content

Commit

Permalink
Merge pull request #29 from BitBagCommerce/OPSRC-602/fix-symfony-flex
Browse files Browse the repository at this point in the history
Add allow for the symfony/flex plugin in gha build
  • Loading branch information
liszkapawel committed Jul 25, 2022
2 parents ffbe6bd + 34270ab commit b20a057
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 @@ -109,6 +109,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.10"
composer config extra.symfony.require "${{ matrix.symfony }}"
Expand Down

0 comments on commit b20a057

Please sign in to comment.