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.
2 parents a648565 + d74ab14 commit c127b2bCopy full SHA for c127b2b
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
php:
13
+ - 8.1
14
- 8.0
15
- 7.4
16
- 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">
<testsuites>
<testsuite name="NDJSON test suite">
<directory>./tests/</directory>
0 commit comments