Skip to content

Commit 157e463

Browse files
authored
Merge pull request #3 from Codeception/php8
Support PHP8
2 parents 77e6e84 + 1dc823a commit 157e463

File tree

5 files changed

+3
-312
lines changed

5 files changed

+3
-312
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
17+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1818

1919
steps:
2020
- name: Checkout code

Robofile.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
18+
"php": ">=5.6.0 <9.0",
1919
"predis/predis": "^1.0",
2020
"codeception/codeception": "^4.0"
2121
},
22-
"require-dev": {
23-
"codeception/util-robohelpers": "dev-master"
24-
},
2522
"autoload":{
2623
"classmap": ["src/"]
2724
},

documentation.md

Lines changed: 0 additions & 285 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ composer require --dev "codeception/module-redis"
1010

1111
## Documentation
1212

13-
<a href="documentation.md">Look at documentation.md file</a>
13+
[Module documentation](https://codeception.com/docs/modules/Redis)

0 commit comments

Comments
 (0)