From bd95361fa6956f181927e71a0d1f74ad4d664988 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sun, 5 May 2024 13:01:15 +0200 Subject: [PATCH] simplify flex setup --- .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 d90227b4..4ea6f1a1 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -37,12 +37,7 @@ jobs: with: php-version: ${{ matrix.php-version }} extensions: 'pdo, pdo_sqlite' - tools: 'composer:v2' - - - name: Install Symfony Flex - run: | - composer global config --no-plugins allow-plugins.symfony/flex true - composer global require --no-progress --no-scripts --no-plugins symfony/flex + tools: 'composer:v2, flex' - name: Install dependencies with Composer uses: ramsey/composer-install@v2