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 @@ -14,15 +14,13 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.4, 8.3, 8.2]
17
- laravel : [12.*, 11.*, 10.* ]
17
+ laravel : [12.*, 11.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 12.*
21
21
testbench : 10.*
22
22
- laravel : 11.*
23
23
testbench : 9.*
24
- - laravel : 10.*
25
- testbench : 8.*
26
24
27
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
28
26
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.2|^8.3|^8.4" ,
20
20
"guzzlehttp/guzzle" : " ^7.4" ,
21
- "illuminate/contracts" : " ^10.48|^ 11.43|^12.0" ,
21
+ "illuminate/contracts" : " ^11.43|^12.0" ,
22
22
"spatie/laravel-package-tools" : " ^1.9.2" ,
23
23
"spatie/temporary-directory" : " ^2.1"
24
24
},
25
25
"require-dev" : {
26
26
"nunomaduro/collision" : " ^7.0|^8.0" ,
27
- "orchestra/testbench" : " ^8.0|^ 9.0|^10.0" ,
27
+ "orchestra/testbench" : " ^9.0|^10.0" ,
28
28
"pestphp/pest" : " ^3.0" ,
29
29
"pestphp/pest-plugin-laravel" : " ^3.0" ,
30
30
"phpunit/phpunit" : " ^10.4|^11.5.3"
You can’t perform that action at this time.
0 commit comments