From c386c2f72556d7f8a6f8963f51a47e8dac254e0a Mon Sep 17 00:00:00 2001 From: kylekatarnls Date: Sun, 10 Dec 2023 21:02:01 +0100 Subject: [PATCH] Cleanup no longer needed symfony downgrade step --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9692ff1b7..c6a28d5d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,10 +62,6 @@ jobs: if: matrix.php >= 7.2 run: cd src/test && composer require phpunit/phpunit:^5.7.27 --no-update --no-interaction --dev - - name: Downgrade Symfony - if: matrix.php >= 8.0 && matrix.dependency-version == 'prefer-stable' - run: composer require symfony/config:^6.4 --no-update --no-interaction --dev - - name: Install dependencies if: steps.composer-cache.outputs.cache-hit != 'true' run: composer update --no-progress --prefer-${{ matrix.setup }} --prefer-dist --no-progress --ignore-platform-req=php+