File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,17 @@ jobs:
15
15
fail-fast : true
16
16
matrix :
17
17
os : [ ubuntu-latest, windows-latest ]
18
- php : [ 8.0 ]
19
- laravel : [ 9.* ]
18
+ php : [ 8.0, 8.1 ]
19
+ laravel : [ 10.*, 9.* ]
20
20
stability : [ prefer-lowest, prefer-stable ]
21
21
include :
22
+ - laravel : 10.*
23
+ testbench : 8.*
22
24
- laravel : 9.*
23
- testbench : ^7.0
25
+ testbench : 7.*
26
+ exclude :
27
+ - laravel : 10.*
28
+ php : 8.0
24
29
25
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
31
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " ^8.0.2" ,
26
26
"filament/filament" : " ^2.16" ,
27
- "illuminate/contracts" : " ^9.0" ,
27
+ "illuminate/contracts" : " ^9.0|^10.0 " ,
28
28
"spatie/laravel-package-tools" : " ^1.13.0"
29
29
},
30
30
"require-dev" : {
31
31
"laravel/pint" : " ^1.0" ,
32
32
"nunomaduro/collision" : " ^6.0" ,
33
33
"nunomaduro/larastan" : " ^2.0.1" ,
34
- "orchestra/testbench" : " ^7.0" ,
34
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
35
35
"pestphp/pest" : " ^1.21" ,
36
36
"pestphp/pest-plugin-laravel" : " ^1.1" ,
37
37
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments