|
38 | 38 | - name: "Install dependencies"
|
39 | 39 | run: "composer install --no-interaction --no-progress --no-suggest"
|
40 | 40 |
|
41 |
| - - name: "Downgrade PHPUnit" |
| 41 | + - name: "Downgrade PHPUnit and Mockery" |
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"
|
@@ -107,9 +107,9 @@ jobs:
|
107 | 107 | if: ${{ matrix.dependencies == 'highest' }}
|
108 | 108 | run: "composer update --no-interaction --no-progress --no-suggest"
|
109 | 109 |
|
110 |
| - - name: "Downgrade PHPUnit" |
| 110 | + - name: "Downgrade PHPUnit and Mockery" |
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"
|
@@ -151,9 +151,9 @@ jobs:
|
151 | 151 | if: ${{ matrix.dependencies == 'highest' }}
|
152 | 152 | run: "composer update --no-interaction --no-progress --no-suggest"
|
153 | 153 |
|
154 |
| - - name: "Downgrade PHPUnit" |
| 154 | + - name: "Downgrade PHPUnit and Mockery" |
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"
|
0 commit comments