From ea2e4494f2eca6c1c351913b12932b7a87430a6b Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Fri, 3 Dec 2021 01:25:27 +0000 Subject: [PATCH] DevKit updates (#1388) --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e4289094..47add02b0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -72,10 +72,6 @@ jobs: - name: Allow unstable dependencies run: composer config minimum-stability dev - - name: Remove dev dependencies not compatible with Symfony 6 - if: matrix.symfony-require == '6.0.*' - run: composer remove psalm/plugin-symfony --dev --no-update --no-interaction - - name: Install Composer dependencies (${{ matrix.dependencies }}) uses: ramsey/composer-install@v1 with: