diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b9c82b..d6a4b14 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 6b89dc9..4fb90f0 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ $ composer require clue/docker-react:^1.2 ``` 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+. +extensions and supports running on legacy PHP 5.3 through current PHP 8+. It's *highly recommended to use PHP 7+* for this project. ## Tests