Skip to content

Commit 0a0684a

Browse files
authored
Merge pull request #20 from SimonFrings/php8
Support PHP 8
2 parents 87d7786 + 6f544ea commit 0a0684a

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
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php:
13+
- 8.0
1314
- 7.4
1415
- 7.3
1516
- 7.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ $ composer require clue/reactphp-csv:^1.0
361361
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
362362

363363
This project aims to run on any platform and thus does not require any PHP
364-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
364+
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
365365
HHVM.
366366
It's *highly recommended to use PHP 7+* for this project.
367367

0 commit comments

Comments
 (0)