Skip to content

Commit 15e16e4

Browse files
authored
Merge pull request #30 from Codeception/php8
PHP 8 support
2 parents e4a6af6 + 583fef0 commit 15e16e4

File tree

5 files changed

+4
-923
lines changed

5 files changed

+4
-923
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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

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

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": ">=5.6.0 <8.0",
15+
"php": ">=5.6.0 <9.0",
1616
"flow/jsonpath": "^0.5",
1717
"codeception/codeception": "^4.0",
18-
"justinrainbow/json-schema": "^5.2.9"
18+
"justinrainbow/json-schema": "~5.2.9"
1919
},
2020
"require-dev": {
21-
"codeception/util-robohelpers": "dev-master",
2221
"codeception/util-universalframework": "^1.0",
2322
"codeception/lib-innerbrowser": "^1.0"
2423
},

0 commit comments

Comments
 (0)