File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ 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 : [" 10.*", " 11.*", " 12.*" ]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
19
- testbench : 8.*
19
+ testbench : ^8.32
20
20
- laravel : 11.*
21
- testbench : 9.*
21
+ testbench : ^9.10
22
22
- laravel : 12.*
23
- testbench : 10.*
23
+ testbench : ^ 10.0
24
24
25
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
26
26
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.0 |^11.0 |^12.0"
20
+ "illuminate/support" : " ^10.48.28 |^11.43 |^12.0"
21
21
},
22
22
"require-dev" : {
23
23
"mockery/mockery" : " ^1.4.4" ,
50
50
]
51
51
}
52
52
}
53
- }
53
+ }
You can’t perform that action at this time.
0 commit comments