Skip to content

Commit

Permalink
Fix flex plugin for github action, increase test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
metfan committed Aug 16, 2023
1 parent 8ce754f commit 886bc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: docker restart ${{ job.services.rabbitmq.id }}

- name: Install Symfony Flex
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts symfony/flex
- name: Install the dependencies
env:
Expand Down

0 comments on commit 886bc6f

Please sign in to comment.