Skip to content

Commit 49578ea

Browse files
committed
php 7.4 is not available yet
1 parent 35866d2 commit 49578ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ matrix:
2424
env: ES_VERSION="7.4.2"
2525
- php: 7.3
2626
env: ES_VERSION="8.0.0-SNAPSHOT"
27-
- php: 7.4
27+
- php: 7.4psnapshot
2828
env: ES_VERSION="7.4.2"
29-
- php: 7.4
29+
- php: 7.4snapshot
3030
env: ES_VERSION="8.0.0-SNAPSHOT"
3131
allow_failures:
3232
- php: 7.3
3333
env: ES_VERSION="8.0.0-SNAPSHOT"
34+
- php: 7.4snapshot
35+
env: ES_VERSION="8.0.0-SNAPSHOT"
3436

3537
env:
3638
global:

0 commit comments

Comments
 (0)