Skip to content

Commit 1c6ab53

Browse files
committed
Run tests on PHP 8
1 parent 2d673cc commit 1c6ab53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.0
1415
- 7.4
1516
- 7.3
1617
- 7.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ $ composer require react/mysql:^0.5.5
509509
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
510510

511511
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
512+
extensions and supports running on legacy PHP 5.4 through current PHP 8+ and
513513
HHVM.
514514
It's *highly recommended to use the latest supported PHP version* for this project.
515515

0 commit comments

Comments
 (0)