Skip to content

Commit

Permalink
[GithubActions] Updated section Restrict Symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Jul 12, 2022
1 parent 310d996 commit 34fce46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
composer config --no-plugins allow-plugins.symfony/thanks true
composer config extra.symfony.require "${{ matrix.symfony }}"
-
Expand Down

0 comments on commit 34fce46

Please sign in to comment.