From c3f73be3e94d9f1db887a367e4bbcf9af6e9612c Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Fri, 17 May 2024 15:04:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20phpstan=20CI=20(#1452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b8778e7d..b483841f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: with: php-version: 8.1 - run: | - composer require --no-update doctrine/annotations:"^2.0" liip/imagine-bundle:"^2.8" phpstan/extension-installer phpstan/phpstan-phpunit phpstan/phpstan:1.9.* + composer require --no-update doctrine/annotations:"^2.0" liip/imagine-bundle:"^2.8" phpstan/extension-installer phpstan/phpstan-phpunit:1.3.* phpstan/phpstan:1.9.* composer config --no-plugins allow-plugins.phpstan/extension-installer true composer install --ignore-platform-reqs XDEBUG_MODE=off vendor/bin/phpstan