Skip to content

Commit 4940ada

Browse files
committed
Support PHP8
1 parent c5b1cd4 commit 4940ada

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,14 +12,14 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": ">=5.6.0 <8.0",
15+
"php": ">=5.6.0 <9.0",
1616
"ext-dom": "*",
1717
"codeception/codeception": "^4.0",
1818
"codeception/lib-innerbrowser": "^1.0"
1919
},
2020
"require-dev": {
2121
"codeception/util-robohelpers": "dev-master",
22-
"codeception/util-universalframework": "dev-master"
22+
"codeception/util-universalframework": "^1.0"
2323
},
2424
"autoload":{
2525
"classmap": ["src/"]

0 commit comments

Comments
 (0)