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: