From f743175fd4fde92bd63758624fbb4ef5285302f7 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Thu, 2 Dec 2021 20:26:01 +0000 Subject: [PATCH] DevKit updates --- .github/workflows/test.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 92d8358698..f20ba7e1c6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -82,13 +82,6 @@ jobs: if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony') run: composer require ${{ matrix.variant }} --no-update - - 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: