File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.2, 8.1, 8.0 ]
12- laravel : [9.*]
11+ php : [8.2, 8.1]
12+ laravel : [10.*, 9.*]
1313 dependency-version : [prefer-lowest, prefer-stable]
1414 include :
15+ - laravel : 10.*
16+ testbench : 8.*
1517 - laravel : 9.*
1618 testbench : 7.*
1719
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.0|^8. 1|^8.2" ,
20- "illuminate/support" : " ^9.0" ,
21- "nesbot/carbon" : " ^2.63 "
19+ "php" : " ^8.1|^8.2" ,
20+ "illuminate/support" : " ^9.0|^10.0 " ,
21+ "nesbot/carbon" : " ^2.66 "
2222 },
2323 "require-dev" : {
24- "mockery/mockery" : " ^1.3.3 " ,
25- "orchestra/testbench" : " ^7.0" ,
26- "phpunit/phpunit" : " ^9.4 "
24+ "mockery/mockery" : " ^1.4.4 " ,
25+ "orchestra/testbench" : " ^7.0|^8.0 " ,
26+ "phpunit/phpunit" : " ^9.5 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
5151 ]
5252 }
5353 }
54- }
54+ }
You can’t perform that action at this time.
0 commit comments