We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2cb0 commit 89ceb30Copy full SHA for 89ceb30
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
php:
13
+ - 8.0
14
- 7.4
15
- 7.3
16
- 7.2
README.md
@@ -83,7 +83,7 @@ The recommended way to install this library is [through Composer](https://getcom
83
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
84
85
This project aims to run on any platform and thus does not require any PHP
86
-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
87
HHVM.
88
It's *highly recommended to use PHP 7+* for this project.
89
0 commit comments