Skip to content

Commit

Permalink
Allow PHP 8.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
saatsazov committed Oct 23, 2021
1 parent aacb442 commit aec2976
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, 8.0]
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]

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.1",
"php": ">=5.6.0 <=8.1",
"codeception/lib-innerbrowser": "^1.0",
"codeception/codeception": "^4.0"
},
Expand Down

0 comments on commit aec2976

Please sign in to comment.