Skip to content

Commit 015d80d

Browse files
committed
PHP8 support
1 parent e4a6af6 commit 015d80d

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
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": {
2121
"codeception/util-robohelpers": "dev-master",

0 commit comments

Comments
 (0)