File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,20 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.2, 8.1]
17
- laravel : [10.*]
17
+ laravel : [10.*, 11.* ]
18
18
stability : [prefer-stable]
19
19
include :
20
20
- laravel : 10.*
21
- testbench : 8.*
21
+ testbench : ^8.0
22
22
carbon : ^2.63
23
+ - laravel : 11.*
24
+ testbench : ^9.0
25
+ carbon : ^2.63
26
+ exclude :
27
+ - laravel : 10.*
28
+ php : 8.0
29
+ - laravel : 11.*
30
+ php : 8.1
23
31
24
32
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
33
Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^8.1" ,
22
22
"spatie/laravel-package-tools" : " ^1.14.0" ,
23
- "illuminate/contracts" : " ^10.0"
23
+ "illuminate/mail" : " ^10.0|^11.0" ,
24
+ "illuminate/notifications" : " ^10.0|^11.0" ,
25
+ "illuminate/support" : " ^10.0|^11.0"
24
26
},
25
27
"require-dev" : {
28
+ "larastan/larastan" : " ^2.9" ,
26
29
"laravel/pint" : " ^1.0" ,
27
- "nunomaduro/collision" : " ^7.8" ,
28
- "nunomaduro/larastan" : " ^2.0.1" ,
29
- "orchestra/testbench" : " ^8.8" ,
30
+ "nunomaduro/collision" : " ^7.8|^8.1" ,
31
+ "orchestra/testbench" : " ^8.8|^9.0" ,
30
32
"pestphp/pest" : " ^2.20" ,
31
33
"pestphp/pest-plugin-arch" : " ^2.0" ,
32
34
"pestphp/pest-plugin-laravel" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments