Skip to content

Commit fd921e0

Browse files
committed
Support PHP8
1 parent 5ab2436 commit fd921e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88
- 7.2
99
- 7.3
1010
- 7.4
11+
- 8.0
12+
matrix:
13+
allow_failures:
14+
- php: 8.0
1115

1216
install:
1317
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"minimum-stability": "RC",
1919

2020
"require": {
21-
"php": ">=5.6.0 <8.0",
21+
"php": ">=5.6.0 <9.0",
2222
"codeception/codeception": "*@dev",
2323
"symfony/browser-kit": ">=2.7 <6.0",
2424
"symfony/dom-crawler": ">=2.7 <6.0",

0 commit comments

Comments
 (0)