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 2d673cc commit 1c6ab53Copy full SHA for 1c6ab53
.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
@@ -509,7 +509,7 @@ $ composer require react/mysql:^0.5.5
509
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
510
511
This project aims to run on any platform and thus does not require any PHP
512
-extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
+extensions and supports running on legacy PHP 5.4 through current PHP 8+ and
513
HHVM.
514
It's *highly recommended to use the latest supported PHP version* for this project.
515
0 commit comments