From 028b3d797da0e501d9bb9930d402c12ff91b6e84 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 3 Jun 2023 11:40:27 +0200 Subject: [PATCH] allow flex plugin to run --- .github/workflows/test-application.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 771e04ee..000a0a3f 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -40,7 +40,9 @@ jobs: tools: 'composer:v2' - 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 --no-plugins symfony/flex - name: Install dependencies with Composer uses: ramsey/composer-install@v1