Skip to content

Commit

Permalink
Add support for PHP 8.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Podlipsky <[email protected]>
  • Loading branch information
trearcul and simPod authored Aug 2, 2021
1 parent 9e187b9 commit 40109ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
php-version:
- "7.4"
- "8.0"
dependencies:
- "highest"
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sort-packages": true
},
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"bunny/bunny": "^0.5.0",
"myclabs/php-enum": "^1.7",
"react/promise": "^2.0",
Expand Down

0 comments on commit 40109ba

Please sign in to comment.