File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ jobs:
120120 run : " composer update --no-interaction --no-progress"
121121
122122 - name : " Downgrade PHPUnit"
123- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
124- run : " composer require --dev phpunit/phpunit:^7 .5.20 --update-with-dependencies"
123+ if : matrix.php-version == '7.2'
124+ run : " composer require --dev phpunit/phpunit:^8 .5.31 --update-with-dependencies"
125125
126126 - name : " Tests"
127127 run : " make tests"
Original file line number Diff line number Diff line change 2525 "php-parallel-lint/php-parallel-lint" : " ^1.2" ,
2626 "phpstan/phpstan-phpunit" : " ^1.0" ,
2727 "phpstan/phpstan-strict-rules" : " ^1.0" ,
28- "phpunit/phpunit" : " ^ 9.5"
28+ "phpunit/phpunit" : " ~ 9.5.28 "
2929 },
3030 "config" : {
3131 "platform" : {
You can’t perform that action at this time.
0 commit comments