From a8807029b99a8c556a7ed02090ee673b0aee1166 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Mon, 22 Nov 2021 01:19:22 +0000 Subject: [PATCH] DevKit updates (#386) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5256b39..a9bb5b5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: - name: Remove dev dependencies not compatible with Symfony 6 if: matrix.symfony-require == '6.0.*' - run: composer remove psalm/plugin-symfony symfony/maker-bundle symfony/panther --dev --no-update --no-interaction + run: composer remove psalm/plugin-symfony --dev --no-update --no-interaction - name: Install Composer dependencies (${{ matrix.dependencies }}) uses: ramsey/composer-install@v1