Skip to content

Commit acea30d

Browse files
author
Michael Vasseur
committed
Show the PHPStan version
Also pin to the second to last released version for the GHA as the last one crashes.
1 parent 547a851 commit acea30d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Setup composer dependencies
1515
run: .github/jobs/composer_setup.sh
16-
- uses: php-actions/phpstan@v3
16+
- name: Show the phpstan version
17+
run: webapp/vendor/phpstan/phpstan/phpstan --version
18+
- uses: php-actions/[email protected]
1719
with:
1820
configuration: webapp/phpstan.dist.neon
1921
path: webapp/src webapp/tests

0 commit comments

Comments
 (0)