Skip to content

Commit

Permalink
Merge pull request #10 from Codeception/php8
Browse files Browse the repository at this point in the history
PHP8 compatibility
  • Loading branch information
Naktibalda committed Oct 21, 2020
2 parents 8f6f75d + f4424b0 commit 59374f2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,256 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
21 changes: 0 additions & 21 deletions Robofile.php

This file was deleted.

5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -19,13 +19,10 @@
],
"minimum-stability": "RC",
"require": {
"php": ">=5.6.0 <8.0",
"php": ">=5.6.0 <9.0",
"codeception/lib-asserts": "^1.13.1",
"codeception/codeception": "*@dev"
},
"require-dev": {
"codeception/util-robohelpers": "dev-master"
},
"conflict": {
"codeception/codeception": "<4.0"
},
Expand Down

0 comments on commit 59374f2

Please sign in to comment.