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 277fcdf commit 009f391Copy full SHA for 009f391
.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
@@ -5,7 +5,8 @@
5
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
6
bootstrap="vendor/autoload.php"
7
colors="true"
8
- cacheResult="false">
+ cacheResult="false"
9
+ convertDeprecationsToExceptions="true">
10
<testsuites>
<testsuite name="Stdio React Test Suite">
<directory>./tests/</directory>
0 commit comments