Skip to content

Commit

Permalink
DevKit updates (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 6, 2022
1 parent e6fb5d0 commit b9d89bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -79,7 +79,9 @@ jobs:

- name: Globally install symfony/flex
if: matrix.symfony-require != ''
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 --no-plugins symfony/flex
- name: Install variant
if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
Expand Down

0 comments on commit b9d89bf

Please sign in to comment.