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 @@ -18,10 +18,12 @@ jobs:
1818 matrix :
1919 os : [ubuntu-latest]
2020 php : [8.4, 8.3, 8.2]
21- laravel : [^ 11.0]
21+ laravel : ["^12.0", "^ 11.0" ]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
24- - laravel : ^11.0
24+ - laravel : " ^12.0"
25+ testbench : 10.*
26+ - laravel : " ^11.0"
2527 testbench : 9.*
2628
2729 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 2020 "php" : " ^8.2" ,
2121 "illuminate/contracts" : " ^11.0|^12.0" ,
2222 "lorisleiva/laravel-actions" : " ^2.8" ,
23- "spatie/laravel-collection-macros" : " ^7.0" ,
23+ "spatie/laravel-collection-macros" : " ^7.0|^8.0 " ,
2424 "spatie/laravel-package-tools" : " ^1.16" ,
2525 "spatie/laravel-permission" : " ^6.4"
2626 },
You can’t perform that action at this time.
0 commit comments