Skip to content

Commit a7ce365

Browse files
committed
Support PHP 8
1 parent 0868d97 commit a7ce365

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
strategy:
1414
matrix:
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
@@ -557,7 +557,7 @@ $ composer require clue/ami-react:^1.1
557557
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
558558

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

563563
## Tests

0 commit comments

Comments
 (0)