Skip to content

Commit

Permalink
Merge pull request #80 from localheinz/feature/version
Browse files Browse the repository at this point in the history
Enhancement: Show version of phpstan/phpstan before running it
  • Loading branch information
localheinz committed Dec 13, 2019
2 parents 3ca2d78 + e2c062d commit 1c759a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -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

Expand Down

0 comments on commit 1c759a4

Please sign in to comment.