Skip to content

Commit 2df8c22

Browse files
committed
:octocat: +php 7.4snapshot
1 parent 5fe8ab2 commit 2df8c22

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ language: php
22

33
matrix:
44
include:
5-
- php: 7.2
6-
- php: 7.3
7-
# - php: 7.4
8-
- php: nightly
5+
- php: 7.2
6+
- php: 7.3
7+
- php: 7.4snapshot
8+
- php: nightly
99
allow_failures:
10-
- php: nightly
10+
- php: 7.4snapshot
11+
- php: nightly
1112

1213
before_install:
1314
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem

0 commit comments

Comments
 (0)