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 1313 matrix :
1414 os : [ubuntu-latest, windows-latest]
1515 php : [8.0, 8.1, 8.2]
16- laravel : ['9.*', '10.*', '11.*']
16+ laravel : ['9.*', '10.*', '11.*', '12.*' ]
1717 stability : [prefer-lowest, prefer-stable]
1818 exclude :
1919 - laravel : 9.*
@@ -26,13 +26,19 @@ jobs:
2626 php : 8.0
2727 - laravel : 11.*
2828 php : 8.1
29+ - laravel : 12.*
30+ php : 8.0
31+ - laravel : 12.*
32+ php : 8.1
2933 include :
3034 - laravel : 9.*
3135 testbench : 7.*
3236 - laravel : 10.*
3337 testbench : 8.*
3438 - laravel : 11.*
3539 testbench : 9.*
40+ - laravel : 12.*
41+ testbench : 10.*
3642
3743 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3844
Original file line number Diff line number Diff line change 2020 "require" : {
2121 "php" : " >=7.1.0" ,
2222 "facade/ignition-contracts" : " ^1.0" ,
23- "illuminate/support" : " ^9.19|^10.0|^11.0"
23+ "illuminate/support" : " ^9.19|^10.0|^11.0|^12.0 "
2424 },
2525 "require-dev" : {
26- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
27- "phpunit/phpunit" : " ^8.3|^9.0|^10.5" ,
28- "vimeo/psalm" : " ^4.0|^5.22"
26+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
27+ "phpunit/phpunit" : " ^8.3|^9.0|^10.5|^11.5.3 " ,
28+ "vimeo/psalm" : " ^4.0|^5.22|^6.7 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments