Skip to content

Commit 4ed31ea

Browse files
committed
Support PHP 8
1 parent c5b2e6e commit 4ed31ea

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
@@ -13,6 +13,7 @@ jobs:
1313
- ubuntu-latest
1414
- windows-latest
1515
php:
16+
- 8.0
1617
- 7.4
1718
- 7.3
1819
- 7.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ $ composer require clue/reactphp-sqlite:^1.0.1
400400
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
401401

402402
This project aims to run on any platform and thus only requires `ext-sqlite3` and
403-
supports running on legacy PHP 5.4 through current PHP 7+.
403+
supports running on legacy PHP 5.4 through current PHP 8+.
404404
It's *highly recommended to use PHP 7+* for this project.
405405

406406
This project is implemented as a lightweight process wrapper around the `ext-sqlite3`

0 commit comments

Comments
 (0)