File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1212 laravel : [9.*, 10.*]
1313 dependency-version : [prefer-lowest, prefer-stable]
1414 include :
15+ - laravel : 11.*
16+ testbench : 9.*
17+ pest-plugin-laravel : 2.0.0
1518 - laravel : 10.*
1619 testbench : 8.*
1720 pest-plugin-laravel : 2.0.0
2023 pest-plugin-laravel : 1.4.0
2124
2225 exclude :
23- - laravel : 10 .*
24- php : 8.0
26+ - laravel : 11 .*
27+ php : 8.2
2528
2629 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2730
Original file line number Diff line number Diff line change 4545 }
4646 },
4747 "require" : {
48- "php" : " ^8.0 " ,
49- "laravel/framework" : " ^9.0|^10.0"
48+ "php" : " ^8.2 " ,
49+ "laravel/framework" : " ^9.0|^10.0|^11.0 "
5050 },
5151 "require-dev" : {
5252 "pestphp/pest-plugin-laravel" : " ^1.4.0|^2.0.0" ,
53- "orchestra/testbench" : " ^7.0|^8.0"
53+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 "
5454 },
5555 "config" : {
5656 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments