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 6b99923 commit a9e0125Copy full SHA for a9e0125
.travis.yml
@@ -12,7 +12,7 @@ php:
12
- 7.2
13
- 7.3
14
- 7.4
15
- - nightly
+ - 8.0
16
17
matrix:
18
include:
@@ -24,7 +24,7 @@ matrix:
24
dist: trusty
25
- php: 7.0
26
env: COVERAGE=1
27
- - php: nightly
+ - php: 8.0
28
env: DEPENDENCIES="--ignore-platform-reqs"
29
exclude:
30
- php: 5.3
@@ -34,7 +34,7 @@ matrix:
34
- php: 5.5
35
dist: xenial
36
allow_failures:
37
38
39
cache:
40
directories:
0 commit comments