Skip to content

Commit 028b3d7

Browse files
committed
allow flex plugin to run
1 parent 805e534 commit 028b3d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
tools: 'composer:v2'
4141

4242
- name: Install Symfony Flex
43-
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
43+
run: |
44+
composer global config --no-plugins allow-plugins.symfony/flex true
45+
composer global require --no-progress --no-scripts --no-plugins symfony/flex
4446
4547
- name: Install dependencies with Composer
4648
uses: ramsey/composer-install@v1

0 commit comments

Comments
 (0)