We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d67c commit 110428cCopy full SHA for 110428c
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.1
15
- 8.0
16
- 7.4
17
- 7.3
phpunit.xml.dist
@@ -4,8 +4,9 @@
4
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
6
bootstrap="vendor/autoload.php"
7
+ cacheResult="false"
8
colors="true"
- cacheResult="false">
9
+ convertDeprecationsToExceptions="true">
10
<testsuites>
<testsuite name="Http Proxy Test Suite">
<directory>./tests/</directory>
0 commit comments