Skip to content

Commit

Permalink
Allow installing on PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and Naktibalda committed Dec 20, 2020
1 parent 7461bf3 commit 865f78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
],
"minimum-stability": "RC",
"require": {
"php": ">=5.6.0 <8.0",
"php": ">=5.6.0 <8.1",
"codeception/lib-innerbrowser": "^1.0",
"codeception/codeception": "^4.0"
},
Expand Down

0 comments on commit 865f78a

Please sign in to comment.