File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
1212 fail-fast : true
1313 matrix :
1414 php : [8.4, 8.3, 8.2]
15- laravel : [" 10.*", " 11.*" ]
15+ laravel : [' 10.*', ' 11.*', '12.*' ]
1616 dependency-version : [prefer-lowest, prefer-stable]
1717 include :
1818 - laravel : 10.*
1919 testbench : 8.*
2020 - laravel : 11.*
2121 testbench : 9.*
22+ - laravel : 12.*
23+ testbench : 10.*
2224
2325 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2426
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2|^8.3|^8.4" ,
20- "illuminate/support" : " ^10.0|^11.0"
20+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
2121 },
2222 "require-dev" : {
23- "orchestra/testbench" : " ^8.0|^9.0" ,
24- "phpunit/phpunit" : " ^10.4"
23+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
24+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
4949 ]
5050 }
5151 }
52- }
52+ }
You can’t perform that action at this time.
0 commit comments