File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2020 phpunit :
2121 strategy :
2222 matrix :
23- php_version : [8.0 , 8.1 ]
23+ php_version : [8.1 , 8.2 ]
2424 dependency_version : ["highest", "lowest"]
2525 runs-on : ubuntu-latest
2626 steps :
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ composer.lock
1010cghooks.lock
1111
1212.php-cs-fixer.cache
13+ .phpunit.cache
Original file line number Diff line number Diff line change 99 "rogervila/array-diff-multidimensional" : " ^2.1"
1010 },
1111 "require-dev" : {
12- "phpunit/phpunit" : " ^9 .0" ,
13- "orchestra/testbench" : " ^7 .0" ,
12+ "phpunit/phpunit" : " ^10 .0" ,
13+ "orchestra/testbench" : " ^9 .0" ,
1414 "mockery/mockery" : " ^1.4" ,
15- "laravel/pint" : " ^1.2"
15+ "laravel/pint" : " ^1.5" ,
16+ "brainmaestro/composer-git-hooks" : " dev-master"
1617 },
1718 "autoload" : {
1819 "psr-4" : {
You can’t perform that action at this time.
0 commit comments