File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
php : ['8.3', '8.4']
13
- laravel : [10 .*, 11 .*]
13
+ laravel : [11 .*, 12 .*]
14
14
dependency-version : [prefer-stable]
15
15
include :
16
+ - laravel : 12.*
17
+ testbench : 10.*
16
18
- laravel : 11.*
17
- - testbench : 9.*
18
- - laravel : 10.*
19
- testbench : 8.*
19
+ testbench : 9.*
20
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
21
22
22
steps :
Original file line number Diff line number Diff line change 19
19
},
20
20
"require" : {
21
21
"php" : " ~8.3 || ~8.4" ,
22
- "illuminate/support" : " ^10 .0 || ^11 .0"
22
+ "illuminate/support" : " ^11 .0 || ^12 .0"
23
23
},
24
24
"require-dev" : {
25
25
"ergebnis/composer-normalize" : " ^2.39" ,
26
- "orchestra/testbench" : " ^8 .0 || ^9 .0" ,
27
- "phpunit/phpunit" : " ^10.5"
26
+ "orchestra/testbench" : " ^9 .0 || ^10 .0" ,
27
+ "phpunit/phpunit" : " ^10.5 || ^11.5.3 "
28
28
},
29
29
"minimum-stability" : " dev" ,
30
30
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments