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.

(cherry picked from commit bf67a46)
  • Loading branch information
Michael Vasseur authored and vmcj committed Dec 3, 2024
1 parent 00c74ec commit ecc77b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh admin
- uses: php-actions/phpstan@v3
- uses: php-actions/phpstan@v3.0.2
with:
configuration: phpstan.dist.neon
path: webapp/src webapp/tests
Expand Down

0 comments on commit ecc77b3

Please sign in to comment.