File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,19 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.2, 8.1]
17- laravel : [10.*]
16+ php : [8.3, 8. 2, 8.1]
17+ laravel : [11.*, 10.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 10.*
2121 testbench : 8.*
2222 carbon : 2.*
23+ - laravel : 11.*
24+ testbench : 9.*
25+ carbon : 3.*
26+ exclude :
27+ - laravel : 11.*
28+ php : 8.1
2329
2430 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2531
Original file line number Diff line number Diff line change 2727 "spatie/laravel-package-tools" : " ^1.15.0"
2828 },
2929 "require-dev" : {
30+ "larastan/larastan" : " ^2.0" ,
3031 "laravel/pint" : " ^1.0" ,
31- "nunomaduro/collision" : " ^7.9" ,
32- "nunomaduro/larastan" : " ^2.0.1" ,
33- "orchestra/testbench" : " ^8.0" ,
32+ "nunomaduro/collision" : " ^7.9|^8.0" ,
33+ "orchestra/testbench" : " ^8.0|^9.0" ,
3434 "pestphp/pest" : " ^2.1" ,
3535 "pestphp/pest-plugin-arch" : " ^2.0" ,
3636 "pestphp/pest-plugin-laravel" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments