File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.1
15
+ - 8.0
14
16
- 7.4
15
17
- 7.3
16
18
- 7.2
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " >=5.3.8" ,
12
12
"react/cache" : " ^1.1" ,
13
- "react/dns" : " ^1.8 " ,
13
+ "react/dns" : " ^1.9 " ,
14
14
"react/event-loop" : " ^1.2" ,
15
15
"react/http" : " ^1.6" ,
16
- "react/promise" : " ^2.8 || ^1.2" ,
16
+ "react/promise" : " ^2.9 || ^1.2" ,
17
17
"react/promise-stream" : " ^1.3" ,
18
- "react/promise-timer" : " ^1.7 " ,
19
- "react/socket" : " ^1.9 " ,
18
+ "react/promise-timer" : " ^1.8 " ,
19
+ "react/socket" : " ^1.11 " ,
20
20
"react/stream" : " ^1.2"
21
21
},
22
22
"require-dev" : {
Original file line number Diff line number Diff line change 5
5
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
6
6
bootstrap =" tests/bootstrap.php"
7
7
cacheResult =" false"
8
- colors =" true" >
8
+ colors =" true"
9
+ convertDeprecationsToExceptions =" true" >
9
10
<testsuites >
10
11
<testsuite name =" ReactPHP Test Suite" >
11
12
<directory >./vendor/react/*/tests/</directory >
12
13
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
13
14
<exclude >./vendor/react/event-loop/tests/BinTest.php</exclude >
15
+ <exclude >./vendor/react/event-loop/tests/ExtLibeventLoopTest.php</exclude >
14
16
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
15
17
<exclude >./vendor/react/http/tests/HttpServerTest.php</exclude >
16
18
</testsuite >
You can’t perform that action at this time.
0 commit comments