Skip to content

Commit 89ceb30

Browse files
committed
Support PHP 8
1 parent 10d2cb0 commit 89ceb30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php:
13+
- 8.0
1314
- 7.4
1415
- 7.3
1516
- 7.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The recommended way to install this library is [through Composer](https://getcom
8383
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
8484

8585
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
86+
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
8787
HHVM.
8888
It's *highly recommended to use PHP 7+* for this project.
8989

0 commit comments

Comments
 (0)