Skip to content

Commit

Permalink
Update quality.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored Nov 22, 2023
1 parent 19f6009 commit f03ffbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality (PHPStan level 4)
name: Quality (PHPStan level 5)
on: push
jobs:
cs-fixer:
Expand Down Expand Up @@ -32,5 +32,5 @@ jobs:
uses: php-actions/phpstan@v3
with:
path: src/
level: 4
level: 5
php_version: '8.2'

0 comments on commit f03ffbc

Please sign in to comment.