File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,18 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.2, 8.1, 8.0]
13
- laravel : [9.*]
13
+ laravel : [9.*, 10.* ]
14
14
stability : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : 8.*
18
+ carbon : ^2.63
16
19
- laravel : 9.*
17
20
testbench : 7.*
18
21
carbon : ^2.63
22
+ exclude :
23
+ - laravel : 10.*
24
+ php : 8.0
19
25
20
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
21
27
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.0" ,
24
- "illuminate/database" : " ^9.0" ,
25
- "illuminate/http" : " ^9.0" ,
26
- "illuminate/support" : " ^9.0" ,
24
+ "illuminate/database" : " ^9.0|^10.0 " ,
25
+ "illuminate/http" : " ^9.0|^10.0 " ,
26
+ "illuminate/support" : " ^9.0|^10.0 " ,
27
27
"spatie/laravel-package-tools" : " ^1.11"
28
28
},
29
29
"require-dev" : {
30
30
"ext-json" : " *" ,
31
31
"mockery/mockery" : " ^1.4" ,
32
- "orchestra/testbench" : " ^7.0" ,
32
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
33
33
"spatie/laravel-ray" : " ^1.28" ,
34
34
"pestphp/pest" : " ^1.20"
35
35
},
You can’t perform that action at this time.
0 commit comments