From d31a59bca2f17cc50847c98187d515a83d2dc2af 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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index c63d621..1849a07 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -37,12 +37,9 @@ 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