File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ jobs:
1616 fail-fast : true
1717 matrix :
1818 os : [ ubuntu-latest ]
19- php : [ 8.3, 8.2, 8.1 ]
20- laravel : [ 11.*, 10.*, 9.* ]
19+ php : [ 8.4, 8. 3, 8.2, 8.1 ]
20+ laravel : [ 12.*, 11.*, 10.*, 9.* ]
2121 stability : [ prefer-lowest, prefer-stable ]
2222 include :
23+ - laravel : 12.*
24+ testbench : 10.*
25+ carbon : ^3.8.4
2326 - laravel : 11.*
2427 testbench : 9.*
2528 carbon : ^2.63
3033 testbench : 7.*
3134 carbon : ^2.63
3235 exclude :
36+ - laravel : 12.*
37+ php : 8.1
3338 - laravel : 11.*
3439 php : 8.1
3540
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " ^8.1" ,
14- "illuminate/support" : " ^9.0 || ^10.0 || ^11.0" ,
14+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
1515 "symfony/process" : " ^6.0 || ^7.0" ,
1616 "doctrine/dbal" : " ^3.6 || ^4.0" ,
17- "javaabu/generator-helpers" : " ^1.0 "
17+ "javaabu/generator-helpers" : " ^1.1 "
1818 },
1919 "require-dev" : {
20- "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0" ,
21- "phpunit/phpunit" : " ^9.5 || ^10.5" ,
22- "javaabu/schema" : " ^1.0 "
20+ "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^10.0 " ,
21+ "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.5.3 " ,
22+ "javaabu/schema" : " ^1.1 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments