File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : " Downgrade PHPUnit"
42
42
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
43
- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
43
+ run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
44
44
45
45
- name : " Lint"
46
46
run : " make lint"
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : " Downgrade PHPUnit"
111
111
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
112
- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
112
+ run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
113
113
114
114
- name : " Tests"
115
115
run : " make tests"
@@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : " Downgrade PHPUnit"
155
155
if : matrix.php-version == '7.1' || matrix.php-version == '7.2' || matrix.php-version == '7.3'
156
- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
156
+ run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
157
157
158
158
- name : " PHPStan"
159
159
run : " make phpstan"
You can’t perform that action at this time.
0 commit comments