From 1ac63da138e48d472fd8dbd0d85c6c01a30919ce Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Thu, 28 Oct 2021 13:22:47 +0100 Subject: [PATCH] DevKit updates (#282) --- .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 0671bf03..8ab1c119 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -85,7 +85,7 @@ jobs: - name: Remove dev dependencies not compatible with Symfony 6 if: matrix.symfony-require == '6.0.*' - run: composer remove vimeo/psalm psalm/plugin-phpunit psalm/plugin-symfony weirdan/doctrine-psalm-plugin --dev --no-update --no-interaction + run: composer remove vimeo/psalm psalm/plugin-phpunit psalm/plugin-symfony weirdan/doctrine-psalm-plugin symfony/maker-bundle --dev --no-update --no-interaction - name: Install Composer dependencies (${{ matrix.dependencies }}) uses: ramsey/composer-install@v1