Skip to content

Commit

Permalink
Fixed a PHPStan level in a GH Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Sep 28, 2021
1 parent e0d6af2 commit 15accdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: php-actions/phpstan@v2
with:
path: src/
level: 4
level: 5
php_version: 8.0

0 comments on commit 15accdc

Please sign in to comment.