Skip to content

Commit

Permalink
ci: 8.4 static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jan 21, 2025
1 parent 4ff24a9 commit 6bc97f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
stability: [prefer-stable]

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
3 changes: 1 addition & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ parameters:

ignoreErrors:
- '#Unsafe usage of new static\(\).#'
- identifier: missingType.iterableValue

excludePaths:
- src/helper.php

checkMissingIterableValueType: false

0 comments on commit 6bc97f2

Please sign in to comment.