Skip to content

Commit 73d93c8

Browse files
authored
Merge pull request #30 from SimonFrings/php8
Support PHP 8
2 parents 944ccdc + 27d2020 commit 73d93c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ $ composer require clue/connection-manager-extra:^1.1
246246

247247
See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.
248248

249+
This project aims to run on any platform and thus does not require any PHP
250+
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
251+
HHVM.
252+
It's *highly recommended to use PHP 7+* for this project.
253+
249254
## Tests
250255

251256
To run the test suite, you first need to clone this repo and then install all

0 commit comments

Comments
 (0)