Skip to content

Commit

Permalink
Merge pull request #30 from SimonFrings/php8
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
clue authored Dec 11, 2020
2 parents 944ccdc + 27d2020 commit 73d93c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
php:
- 8.0
- 7.4
- 7.3
- 7.2
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ $ composer require clue/connection-manager-extra:^1.1

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

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

## Tests

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

0 comments on commit 73d93c8

Please sign in to comment.