File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
1616 php : [8.0, 8.1]
17- laravel : [8.*, 9.*]
17+ laravel : [8.*, 9.*, 10.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 8.*
2121 testbench : ^6.23
2222 - laravel : 9.*
2323 testbench : ^7.1
24+ - laravel : 10.*
25+ testbench : ^8.0
2426
2527 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2628
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" : " ^8.83|^9.2|^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