Skip to content

Commit bf67a46

Browse files
Michael Vasseurvmcj
authored andcommitted
Show the PHPStan version
Also pin to the second to last released version for the GHA as the last one crashes.
1 parent dae2bde commit bf67a46

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)