From 6f36824bcce4a4c3c5240e45371a547ba78933a2 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sun, 5 May 2024 12:58:42 +0200 Subject: [PATCH] simplify flex install --- .github/workflows/test-application.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index c63d621..4b26c24 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -37,12 +37,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 - composer global config --no-plugins allow-plugins.symfony/flex true + tools: 'composer:v2,flex' - name: Install dependencies with Composer uses: ramsey/composer-install@v3