Skip to content

Commit ecc77b3

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. (cherry picked from commit bf67a46)
1 parent 00c74ec commit ecc77b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Install DOMjudge
1818
run: .github/jobs/baseinstall.sh admin
19-
- uses: php-actions/phpstan@v3
19+
- uses: php-actions/phpstan@v3.0.2
2020
with:
2121
configuration: phpstan.dist.neon
2222
path: webapp/src webapp/tests

0 commit comments

Comments
 (0)