File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ jobs:
12
12
fail-fast : true
13
13
matrix :
14
14
php : [8.4, 8.3, 8.2]
15
- laravel : ["10.*", " 11.*", "12.*"]
15
+ laravel : ["11.*", "12.*"]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
db_connection : [mysql, sqlite]
18
18
include :
19
- - laravel : 10.*
20
- testbench : ^8.32
21
19
- laravel : 11.*
22
20
testbench : ^9.10
23
21
- laravel : 12.*
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
- "illuminate/support" : " ^10.48.28|^ 11.43 |^12.0"
20
+ "illuminate/support" : " ^11.44 |^12.0"
21
21
},
22
22
"require-dev" : {
23
23
"driftingly/rector-laravel" : " ^2.0" ,
24
24
"larastan/larastan" : " ^3.6" ,
25
25
"laravel/pint" : " ^1.24" ,
26
26
"mockery/mockery" : " ^1.4.4" ,
27
- "orchestra/testbench" : " ^8.0|^ 9.0|^10.0" ,
27
+ "orchestra/testbench" : " ^9.0|^10.0" ,
28
28
"phpunit/phpunit" : " ^10.4|^11.5.3" ,
29
29
"rector/rector" : " ^2.0"
30
30
},
You can’t perform that action at this time.
0 commit comments