Skip to content

Commit a2ecf61

Browse files
committed
Support PHP 8
1 parent d7ee56f commit a2ecf61

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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
@@ -1027,7 +1027,7 @@ $ composer require clue/socks-react:^1.2
10271027
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
10281028

10291029
This project aims to run on any platform and thus does not require any PHP
1030-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
1030+
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
10311031
HHVM.
10321032
It's *highly recommended to use PHP 7+* for this project.
10331033

0 commit comments

Comments
 (0)