From 3bf4bc4e92a6768081229979bd8750f2a5fc28d8 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 7 Dec 2020 14:58:13 +0100 Subject: [PATCH] Support PHP 8 --- .github/workflows/ci.yml | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9c1de..620e245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: php: + - 8.0 - 7.4 - 7.3 - 7.2 diff --git a/README.md b/README.md index e622641..24627f7 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,10 @@ This will install the latest supported version: $ composer require clue/commander:^1.3 ``` -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 8+ and +HHVM. +It's *highly recommended to use PHP 7+* for this project. ## Tests