Skip to content

Commit d5f1def

Browse files
authored
Merge pull request #11 from Codeception/php8
Support PHP 8
2 parents 90b1e88 + 65355c7 commit d5f1def

File tree

5 files changed

+3
-441
lines changed

5 files changed

+3
-441
lines changed

.github/workflows/main.yml

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

3535
strategy:
3636
matrix:
37-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
37+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
3838

3939
steps:
4040
- 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,12 +15,9 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
18+
"php": ">=5.6.0 <9.0",
1919
"codeception/codeception": "^4.0"
2020
},
21-
"require-dev": {
22-
"codeception/util-robohelpers": "dev-master"
23-
},
2421
"conflict": {
2522
"codeception/codeception": "<4.0"
2623
},

0 commit comments

Comments
 (0)