We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7924dd commit 6d65fccCopy full SHA for 6d65fcc
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.0
15
- 7.4
16
- 7.3
17
- 7.2
README.md
@@ -641,7 +641,7 @@ $ composer require clue/stdio-react:^2.4
641
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
642
643
This project aims to run on any platform and thus does not require any PHP
644
-extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
+extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
645
HHVM.
646
It's *highly recommended to use PHP 7+* for this project.
647
0 commit comments