Skip to content

Commit 770a6be

Browse files
authored
Merge pull request #7 from Codeception/php8
Support PHP 8
2 parents c196265 + 493a9dc commit 770a6be

File tree

5 files changed

+7
-1442
lines changed

5 files changed

+7
-1442
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

+5-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
19-
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
20-
"codeception/lib-innerbrowser": "^1.3.2",
21-
"codeception/codeception": "*@dev"
18+
"php": ">=5.6.0 <9.0",
19+
"guzzlehttp/guzzle": "^6.3|^7.0",
20+
"codeception/lib-innerbrowser": "^1.3",
21+
"codeception/codeception": "^4.0"
2222
},
2323
"require-dev": {
24-
"codeception/util-robohelpers": "dev-master",
25-
"codeception/module-rest": "dev-master | ^1.0"
24+
"codeception/module-rest": "^1.0"
2625
},
2726
"conflict": {
2827
"codeception/codeception": "<4.0"

0 commit comments

Comments
 (0)