Skip to content

Commit

Permalink
Update and rename phpstan-5.yaml to phpstan-9.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored Nov 22, 2023
1 parent f03ffbc commit 61d15a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PHPStan level 5
on: push
jobs:
phpstan:
phpstan9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -19,5 +19,5 @@ jobs:
uses: php-actions/phpstan@v3
with:
path: src/
level: 5
level: 9
php_version: '8.2'

0 comments on commit 61d15a4

Please sign in to comment.