Skip to content

Commit e7b56db

Browse files
committed
Tests: added L12 and php 8.4
- PHPstan: added larastan extension
1 parent a77800c commit e7b56db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest, windows-latest ]
16-
php: [ 8.2, 8.3 ]
17-
laravel: [ 11.* ]
16+
php: [ 8.2, 8.3, 8.4 ]
17+
laravel: [ 11.*, 12.* ]
1818
testbench: [ 9.* ]
1919
carbon: [ 3.* ]
2020
stability: [ prefer-lowest, prefer-stable ]

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
includes:
22
- phpstan-baseline.neon
3+
- vendor/nunomad/phpstan-filament/extension.neon
34

45
parameters:
6+
larastan:
7+
analyze:
8+
- src
59
level: 4
610
paths:
711
- src

0 commit comments

Comments
 (0)