Skip to content

Commit 59374f2

Browse files
authored
Merge pull request #10 from Codeception/php8
PHP8 compatibility
2 parents 8f6f75d + f4424b0 commit 59374f2

File tree

5 files changed

+3
-1256
lines changed

5 files changed

+3
-1256
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
11+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1212

1313
steps:
1414
- name: Checkout code

Robofile.php

-21
This file was deleted.

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
],
2020
"minimum-stability": "RC",
2121
"require": {
22-
"php": ">=5.6.0 <8.0",
22+
"php": ">=5.6.0 <9.0",
2323
"codeception/lib-asserts": "^1.13.1",
2424
"codeception/codeception": "*@dev"
2525
},
26-
"require-dev": {
27-
"codeception/util-robohelpers": "dev-master"
28-
},
2926
"conflict": {
3027
"codeception/codeception": "<4.0"
3128
},

0 commit comments

Comments
 (0)