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 385933f commit 81a4d4cCopy full SHA for 81a4d4c
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
- ubuntu-latest
16
- windows-latest
17
php:
18
+ - "8.4"
19
+ - "8.3"
20
- "8.2"
21
- "8.1"
22
- "8.0"
@@ -48,6 +50,9 @@ jobs:
48
50
fail-fast: false
49
51
matrix:
52
53
54
55
+ - "8.2"
56
57
58
- "7.4"
composer.json
@@ -20,7 +20,7 @@
"react/stream": "^1.2"
},
"require-dev": {
23
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^10 || ^9.5",
24
"react/async": "^4 || ^3"
25
26
"autoload": {
0 commit comments