Skip to content

Commit 1dc823a

Browse files
committed
Support PHP8
1 parent 757b091 commit 1dc823a

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
17+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1818

1919
steps:
2020
- 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
"predis/predis": "^1.0",
2020
"codeception/codeception": "^4.0"
2121
},

0 commit comments

Comments
 (0)