From e2c062d0e33dea2f4110e4f26b85840a54d7278d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 13 Dec 2019 23:08:49 +0100 Subject: [PATCH] Enhancement: Show version of phpstan/phpstan before running it --- .github/workflows/continuous-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bed9f61..0377900 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -94,6 +94,9 @@ jobs: if: matrix.dependencies == 'highest' run: composer update --no-interaction --no-progress --no-suggest + - name: "Show phpstan/phpstan version" + run: vendor/bin/phpstan --version + - name: "Run phpstan/phpstan" run: vendor/bin/phpstan analyse --configuration=phpstan.neon