Skip to content

Commit

Permalink
Show the PHPStan version
Browse files Browse the repository at this point in the history
Also pin to the second to last released version for the GHA as the last one crashes.
  • Loading branch information
Michael Vasseur committed Nov 29, 2024
1 parent 547a851 commit acea30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v4
- name: Setup composer dependencies
run: .github/jobs/composer_setup.sh
- uses: php-actions/phpstan@v3
- name: Show the phpstan version
run: webapp/vendor/phpstan/phpstan/phpstan --version
- uses: php-actions/[email protected]
with:
configuration: webapp/phpstan.dist.neon
path: webapp/src webapp/tests
Expand Down

0 comments on commit acea30d

Please sign in to comment.