Skip to content

Commit c800cb5

Browse files
committed
Do not use PHPUnit 10
Seems that there might be issues with it, causing it to report that a never-returning function returns. > PHP Fatal error: A never-returning function must not return in /home/runner/work/http-client/http-client/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php on line 91 https://github.com/wp-oop/http-client/actions/runs/5901854051/job/16008901130?pr=1 https://github.com/sebastianbergmann/phpunit/blob/main/src/Framework/Constraint/Constraint.php#L91
1 parent 9ee3f48 commit c800cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/http-factory-implementation": "*"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^9.0@stable | ^10.0@stable",
20+
"phpunit/phpunit": "^9.0@stable",
2121
"vimeo/psalm": "^5.0",
2222
"webmozart/path-util": "^2.3@stable",
2323
"slevomat/coding-standard": "^6.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)