Skip to content

Commit

Permalink
chore: update phpstan test
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM committed Aug 21, 2024
1 parent 0279e1f commit a655a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
operating-system: [ubuntu-22.04]
operating-system: [ubuntu-24.04]
php-version: ['8.1', '8.2', '8.3']

name: Testing PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
Expand Down
4 changes: 1 addition & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includes:

parameters:
# You can currently choose from 10 levels (0 is the loosest and 9 is the strictest).
level: 8
level: 9

paths:
- Classes/
Expand All @@ -14,5 +14,3 @@ parameters:

excludePaths:
- ext_emconf.php

checkMissingIterableValueType: false

0 comments on commit a655a7f

Please sign in to comment.