|
39 | 39 |
|
40 | 40 | - name: "Downgrade PHPUnit"
|
41 | 41 | if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
42 | | - run: "composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies" |
| 42 | + run: "composer require --dev phpunit/phpunit:^8.5.31 --no-update --update-with-dependencies" |
43 | 43 |
|
44 | 44 | - name: "Install dependencies"
|
45 | 45 | run: "composer install --no-interaction --no-progress"
|
@@ -104,7 +104,7 @@ jobs:
|
104 | 104 |
|
105 | 105 | - name: "Downgrade PHPUnit"
|
106 | 106 | if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
107 | | - run: "composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies" |
| 107 | + run: "composer require --dev phpunit/phpunit:^8.5.31 --no-update --update-with-dependencies" |
108 | 108 |
|
109 | 109 | - name: "Install lowest dependencies"
|
110 | 110 | if: ${{ matrix.dependencies == 'lowest' }}
|
@@ -145,7 +145,7 @@ jobs:
|
145 | 145 |
|
146 | 146 | - name: "Downgrade PHPUnit"
|
147 | 147 | if: matrix.php-version == '7.2' || matrix.php-version == '7.3'
|
148 | | - run: "composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies" |
| 148 | + run: "composer require --dev phpunit/phpunit:^8.5.31 --no-update --update-with-dependencies" |
149 | 149 |
|
150 | 150 | - name: "Install dependencies"
|
151 | 151 | run: "composer update --no-interaction --no-progress"
|
|
0 commit comments