Skip to content

Commit cd85403

Browse files
committed
Fix CI: use PHP 8.2/8.5 only, remove tests from phpstan
1 parent 6b3dfb5 commit cd85403

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: ['8.2', '8.3', '8.4', '8.5']
14+
php-version: ['8.2', '8.5']
1515
laravel-version: ['10.*', '11.*']
1616

1717
name: PHP ${{ matrix.php-version }} / Laravel ${{ matrix.laravel-version }}

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ parameters:
22
level: 8
33
paths:
44
- src/
5-
- tests/
6-
ignoreErrors:
7-
- identifier: missingType.iterableValue
8-
- identifier: missingType.generics

0 commit comments

Comments
 (0)