Skip to content

Commit bed262f

Browse files
committed
Support PHP8
1 parent 8f6f75d commit bed262f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"minimum-stability": "RC",
2121
"require": {
22-
"php": ">=5.6.0 <8.0",
22+
"php": ">=5.6.0 <9.0",
2323
"codeception/lib-asserts": "^1.13.1",
2424
"codeception/codeception": "*@dev"
2525
},

0 commit comments

Comments
 (0)