Skip to content

Commit

Permalink
Allow symfony/flex Composer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 13, 2023
1 parent b386f1e commit d9213e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
-
php: 8.0
phpunit: ^10.0
-
symfony: 4.4.*
phpunit: ^10.0

steps:
- uses: "actions/checkout@v2"
Expand All @@ -54,7 +57,8 @@ jobs:
-
name: "Restrict Symfony version"
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
composer config extra.symfony.require "${{ matrix.symfony }}"
-
Expand Down

0 comments on commit d9213e4

Please sign in to comment.