From 3a5f912e145a9d9d62c3e0d376774b857ec69785 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 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index d90227b4..1d948673 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -37,15 +37,10 @@ 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 + uses: ramsey/composer-install@v3 with: dependency-versions: ${{ matrix.dependencies }} composer-options: --prefer-dist