We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77800c commit e7b56dbCopy full SHA for e7b56db
.github/workflows/run-tests.yml
@@ -13,8 +13,8 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ ubuntu-latest, windows-latest ]
16
- php: [ 8.2, 8.3 ]
17
- laravel: [ 11.* ]
+ php: [ 8.2, 8.3, 8.4 ]
+ laravel: [ 11.*, 12.* ]
18
testbench: [ 9.* ]
19
carbon: [ 3.* ]
20
stability: [ prefer-lowest, prefer-stable ]
phpstan.neon.dist
@@ -1,7 +1,11 @@
1
includes:
2
- phpstan-baseline.neon
3
+ - vendor/nunomad/phpstan-filament/extension.neon
4
5
parameters:
6
+ larastan:
7
+ analyze:
8
+ - src
9
level: 4
10
paths:
11
- src
0 commit comments