Skip to content

Commit

Permalink
Merge pull request #7 from Codeception/php8
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
Naktibalda authored Oct 24, 2020
2 parents c196265 + 493a9dc commit 770a6be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
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.

11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
],
"minimum-stability": "RC",
"require": {
"php": ">=5.6.0 <8.0",
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
"codeception/lib-innerbrowser": "^1.3.2",
"codeception/codeception": "*@dev"
"php": ">=5.6.0 <9.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"codeception/lib-innerbrowser": "^1.3",
"codeception/codeception": "^4.0"
},
"require-dev": {
"codeception/util-robohelpers": "dev-master",
"codeception/module-rest": "dev-master | ^1.0"
"codeception/module-rest": "^1.0"
},
"conflict": {
"codeception/codeception": "<4.0"
Expand Down
Loading

0 comments on commit 770a6be

Please sign in to comment.