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:
120
120
run : " composer update --no-interaction --no-progress"
121
121
122
122
- 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"
125
125
126
126
- name : " Tests"
127
127
run : " make tests"
Original file line number Diff line number Diff line change 25
25
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
26
26
"phpstan/phpstan-phpunit" : " ^1.0" ,
27
27
"phpstan/phpstan-strict-rules" : " ^1.0" ,
28
- "phpunit/phpunit" : " ^ 9.5"
28
+ "phpunit/phpunit" : " ~ 9.5.28 "
29
29
},
30
30
"config" : {
31
31
"platform" : {
You can’t perform that action at this time.
0 commit comments