File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.0 , 8.1 ]
17- laravel : [8 .*, 9 .*]
16+ php : [8.1 , 8.2 ]
17+ laravel : [9 .*, 10 .*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
20- - laravel : 8.*
21- testbench : ^6.23
2220 - laravel : 9.*
2321 testbench : ^7.1
22+ - laravel : 10.*
23+ testbench : ^8.0.10
2424
2525 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2626
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.0" ,
2020 "spatie/laravel-package-tools" : " ^1.9.2" ,
21- "illuminate/contracts" : " ^8.83|^9.2 "
21+ "illuminate/contracts" : " ^9.33|^10.4 "
2222 },
2323 "require-dev" : {
2424 "nunomaduro/collision" : " ^5.11|^6.1" ,
You can’t perform that action at this time.
0 commit comments