Skip to content

Commit 2851bff

Browse files
Allow symfony/flex plugin in CI
1 parent 1a38306 commit 2851bff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151

5252
- name: Install Symfony Flex
5353
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
54+
55+
- name: Allow Symfony Flex Plugin
56+
run: composer global config --no-plugins allow-plugins.symfony/flex true
5457

5558
- name: Install dependencies with Composer
5659
uses: ramsey/composer-install@v1

0 commit comments

Comments
 (0)