File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ jobs:
30
30
matrix :
31
31
os : [ubuntu-latest]
32
32
php : [8.4, 8.3]
33
- laravel : [11.*]
34
- stability : [prefer-stable]
33
+ laravel : [12.*, 11.*]
34
+ stability : [prefer-lowest, prefer- stable]
35
35
include :
36
36
- laravel : 11.*
37
37
testbench : 9.*
38
+ - laravel : 12.*
39
+ testbench : 10.*
38
40
39
41
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
40
42
Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^8.3" ,
22
- "illuminate/contracts" : " ^11.0" ,
23
- "illuminate/http" : " ^11.0" ,
24
- "illuminate/support" : " ^11.0" ,
25
- "illuminate/filesystem" : " ^11.0" ,
26
- "illuminate/cache" : " ^11.0" ,
22
+ "illuminate/contracts" : " ^11.0||^12.0 " ,
23
+ "illuminate/http" : " ^11.0||^12.0 " ,
24
+ "illuminate/support" : " ^11.0||^12.0 " ,
25
+ "illuminate/filesystem" : " ^11.0||^12.0 " ,
26
+ "illuminate/cache" : " ^11.0||^12.0 " ,
27
27
"monolog/monolog" : " ^3.6"
28
28
},
29
29
"require-dev" : {
30
30
"laravel/pint" : " ^1.14" ,
31
31
"nunomaduro/collision" : " ^8.1.1" ,
32
32
"larastan/larastan" : " ^2.9" ,
33
- "orchestra/testbench" : " ^9.0.0" ,
33
+ "orchestra/testbench" : " ^10.0||^ 9.0.0" ,
34
34
"pestphp/pest" : " ^3.0" ,
35
35
"pestphp/pest-plugin-arch" : " ^3.0" ,
36
36
"pestphp/pest-plugin-laravel" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments