We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0132ad commit 951bacdCopy full SHA for 951bacd
.github/workflows/build.yml
@@ -120,8 +120,8 @@ jobs:
120
run: "composer update --no-interaction --no-progress"
121
122
- 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"
+ if: matrix.php-version == '7.2'
+ run: "composer require --dev phpunit/phpunit:^8.5.31 --update-with-dependencies"
125
126
- name: "Tests"
127
run: "make tests"
composer.json
@@ -25,7 +25,7 @@
25
"php-parallel-lint/php-parallel-lint": "^1.2",
26
"phpstan/phpstan-phpunit": "^1.0",
27
"phpstan/phpstan-strict-rules": "^1.0",
28
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "~9.5.28"
29
},
30
"config": {
31
"platform": {
0 commit comments