Skip to content

Commit 6bc97f2

Browse files
committed
ci: 8.4 static analysis
1 parent 4ff24a9 commit 6bc97f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
strategy:
3030
fail-fast: true
3131
matrix:
32-
php: [8.2, 8.3]
32+
php: [8.2, 8.3, 8.4]
3333
stability: [prefer-stable]
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2

phpstan.neon.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ parameters:
1010

1111
ignoreErrors:
1212
- '#Unsafe usage of new static\(\).#'
13+
- identifier: missingType.iterableValue
1314

1415
excludePaths:
1516
- src/helper.php
16-
17-
checkMissingIterableValueType: false

0 commit comments

Comments
 (0)