Skip to content

Commit ed89b78

Browse files
committed
Support PHP 8
1 parent ca18af5 commit ed89b78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.0
1415
- 7.4
1516
- 7.3
1617
- 7.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ composer require clue/tar-react:^0.2
6262
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
6363

6464
This project aims to run on any platform and thus does not require any PHP
65-
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
65+
extensions and supports running on legacy PHP 5.3 through current PHP 8+.
6666
It's *highly recommended to use PHP 7+* for this project.
6767

6868
## Tests

0 commit comments

Comments
 (0)