From 58860539a4fb3f87a9f71a8000365f39348b3e07 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 7 Jun 2024 14:58:16 +0200 Subject: [PATCH] Add missing no update to ci install script (#387) --- .github/workflows/test-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 04bcf976..64ab2b95 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -107,7 +107,7 @@ jobs: coverage: none - name: Remove not required tooling for tests - run: composer remove php-cs-fixer/shim --dev + run: composer remove php-cs-fixer/shim "*phpstan*" --dev --no-update - name: Install composer dependencies uses: ramsey/composer-install@v1