Skip to content

Commit 564d491

Browse files
committed
Support PHP8
1 parent 90b1e88 commit 564d491

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
37+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
3838

3939
steps:
4040
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
18+
"php": ">=5.6.0 <9.0",
1919
"codeception/codeception": "^4.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)