File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 8
8
/phpunit.xml.dist export-ignore
9
9
/tests export-ignore
10
10
/.editorconfig export-ignore
11
- /.php.cs export-ignore
11
+ /.php_cs.dist.php export-ignore
12
12
/.github export-ignore
13
-
13
+ /phpstan.neon.dist export-ignore
14
+ /phpstan-baseline.neon export-ignore
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
os : [ ubuntu-latest ]
20
20
php : [ 8.2, 8.1, 8.0]
21
- laravel : [ 9.*, 8.* ]
21
+ laravel : [ 10.*, 9.*, 8.* ]
22
22
dependency-version : [ prefer-stable ]
23
23
include :
24
24
- laravel : 8.*
27
27
- laravel : 9.*
28
28
testbench : 7.*
29
29
larastan : ^1.0
30
+ - laravel : 10.*
31
+ testbench : 8.*
32
+ larastan : ^2.0
33
+ exclude :
34
+ - laravel : 10.*
35
+ php : 8.0
30
36
31
37
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
32
38
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
20
"ext-json" : " *" ,
21
- "illuminate/database" : " ^8.73|^9.0" ,
21
+ "illuminate/database" : " ^8.73|^9.0|^10.0 " ,
22
22
"doctrine/dbal" : " ^2.13|^3.2" ,
23
23
"phpdocumentor/type-resolver" : " ^1.5" ,
24
24
"spatie/temporary-directory" : " ^1.3|^2.0"
27
27
"ext-redis" : " *" ,
28
28
"mockery/mockery" : " ^1.4" ,
29
29
"nunomaduro/larastan" : " ^2.0" ,
30
- "orchestra/testbench" : " ^6.23|^7.0" ,
30
+ "orchestra/testbench" : " ^6.23|^7.0|^8.0 " ,
31
31
"pestphp/pest" : " ^1.21" ,
32
32
"pestphp/pest-plugin-laravel" : " ^1.2" ,
33
33
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments