File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,14 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.0]
17- laravel : [8.*]
16+ php : [8.0, 8.1 ]
17+ laravel : [8.*, 9.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 8.*
2121 testbench : ^6.23
22+ - laravel : 9.*
23+ testbench : ^7.*
2224
2325 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426
Original file line number Diff line number Diff line change 2323 "require-dev" : {
2424 "nunomaduro/collision" : " ^5.10" ,
2525 "nunomaduro/larastan" : " ^1.0" ,
26- "orchestra/testbench" : " ^6.22" ,
26+ "orchestra/testbench" : " ^6.22|^7.0 " ,
2727 "pestphp/pest" : " ^1.21" ,
2828 "pestphp/pest-plugin-laravel" : " ^1.1" ,
2929 "phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments