diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 078a8e1..38ed72e 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 d3f16b8..b2b8c43 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,11 @@ $ composer require clue/connection-manager-extra:^1.1 See also the [CHANGELOG](CHANGELOG.md) for more 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 To run the test suite, you first need to clone this repo and then install all