Skip to content

Commit 951bacd

Browse files
committed
Fixate more compatible PHPUnit version
1 parent c0132ad commit 951bacd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
run: "composer update --no-interaction --no-progress"
121121

122122
- 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"
125125

126126
- name: "Tests"
127127
run: "make tests"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php-parallel-lint/php-parallel-lint": "^1.2",
2626
"phpstan/phpstan-phpunit": "^1.0",
2727
"phpstan/phpstan-strict-rules": "^1.0",
28-
"phpunit/phpunit": "^9.5"
28+
"phpunit/phpunit": "~9.5.28"
2929
},
3030
"config": {
3131
"platform": {

0 commit comments

Comments
 (0)