File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.3, 8.2]
12
- laravel : [11.*]
11
+ php : [8.4, 8. 3, 8.2]
12
+ laravel : [11.*, 12.* ]
13
13
stability : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 12.*
16
+ testbench : 10.*
15
17
- laravel : 11.*
16
18
testbench : 9.*
17
- # - laravel: 10.*
18
- # testbench: 8.*
19
19
20
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
21
21
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^8.2" ,
18
- "illuminate/support" : " ^10.15|^11 .0" ,
19
- "illuminate/filesystem" : " ^10.15|^11 .0" ,
20
- "illuminate/container" : " ^10.15|^11 .0"
18
+ "illuminate/support" : " ^11.0||^12 .0" ,
19
+ "illuminate/filesystem" : " ^11.0||^12 .0" ,
20
+ "illuminate/container" : " ^11.0||^12 .0"
21
21
},
22
22
"require-dev" : {
23
23
"laravel/pint" : " ^1.18" ,
24
24
"mockery/mockery" : " ^1.0" ,
25
- "orchestra/testbench" : " ^8 .0|^9 .0" ,
25
+ "orchestra/testbench" : " ^9 .0||^10 .0" ,
26
26
"pestphp/pest" : " ^3.0"
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments