From dd8b818fa32269d6373450cafd0ee56eae73fa62 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 5 Apr 2024 16:47:21 +0200 Subject: [PATCH] install flex through shivammathur --- .github/workflows/test-application.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index ed9fb0d..b4160f1 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -45,13 +45,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} - tools: 'composer:v2' - - - name: Install Symfony Flex - run: composer global require --no-progress --no-scripts --no-plugins symfony/flex - - - name: Allow Symfony Flex Plugin - run: composer global config --no-plugins allow-plugins.symfony/flex true + tools: 'composer:v2', flex - name: Install dependencies with Composer uses: ramsey/composer-install@v1