Skip to content

Commit 64e145a

Browse files
committed
Support PHP 8
1 parent c196265 commit 64e145a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
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

+1-1
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
"guzzlehttp/guzzle": "^6.3.0|^7.0.0",
2020
"codeception/lib-innerbrowser": "^1.3.2",
2121
"codeception/codeception": "*@dev"

0 commit comments

Comments
 (0)