Skip to content

Commit b3ebbad

Browse files
committed
Support PHP8
1 parent 4643b25 commit b3ebbad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: [7.1, 7.2, 7.3, 7.4]
11+
php: [7.1, 7.2, 7.3, 7.4, 8.0]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": ">=5.6.0 <8.0",
15+
"php": ">=5.6.0 <9.0",
1616
"codeception/lib-innerbrowser": "^1.0",
1717
"codeception/codeception": "^4.0"
1818
},

0 commit comments

Comments
 (0)