We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2436 commit fd921e0Copy full SHA for fd921e0
.travis.yml
@@ -8,6 +8,10 @@ php:
8
- 7.2
9
- 7.3
10
- 7.4
11
+ - 8.0
12
+matrix:
13
+ allow_failures:
14
+ - php: 8.0
15
16
install:
17
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
composer.json
@@ -18,7 +18,7 @@
18
"minimum-stability": "RC",
19
20
"require": {
21
- "php": ">=5.6.0 <8.0",
+ "php": ">=5.6.0 <9.0",
22
"codeception/codeception": "*@dev",
23
"symfony/browser-kit": ">=2.7 <6.0",
24
"symfony/dom-crawler": ">=2.7 <6.0",
0 commit comments