From d52a99250b23e755e2f500d4fc14b8ad3f46fef1 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 31 Mar 2021 10:19:05 +0200 Subject: [PATCH] Support PHP 8 --- .github/workflows/ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa22f84..be8fba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.0 - 7.4 - 7.3 - 7.2 diff --git a/README.md b/README.md index 72748a1..8cf74d9 100644 --- a/README.md +++ b/README.md @@ -1027,7 +1027,7 @@ $ composer require clue/socks-react:^1.2 See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. This project aims to run on any platform and thus does not require any PHP -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 HHVM. It's *highly recommended to use PHP 7+* for this project.