Skip to content

Commit e39ffe1

Browse files
committed
Upgrade downgraded PHPUnit
1 parent 49c2707 commit e39ffe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: "Downgrade PHPUnit"
4141
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"
4343

4444
- name: "Install dependencies"
4545
run: "composer install --no-interaction --no-progress"
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: "Downgrade PHPUnit"
106106
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"
108108

109109
- name: "Install lowest dependencies"
110110
if: ${{ matrix.dependencies == 'lowest' }}
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: "Downgrade PHPUnit"
147147
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"
149149

150150
- name: "Install dependencies"
151151
run: "composer update --no-interaction --no-progress"

0 commit comments

Comments
 (0)