Skip to content

Commit c715dca

Browse files
committed
ci: add tests for PHP 8.5
1 parent c4c6548 commit c715dca

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
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4 | ^8.0",
1515
"php-http/httplug": "^2.0",
16-
"psr/http-client": "^1.0",
16+
"psr/http-client": "^1.0.3",
1717
"guzzlehttp/guzzle": "^7.0"
1818
},
1919
"require-dev": {

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
colors="true"
55
bootstrap="vendor/autoload.php"
6-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
6+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
77
<coverage>
88
<include>
99
<directory suffix=".php">src/</directory>

0 commit comments

Comments
 (0)