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 e99d62b commit b86153cCopy full SHA for b86153c
.travis.yml
@@ -4,6 +4,10 @@ php:
4
- 7.1
5
- 7.2
6
- 7.3
7
+ - 7.4snapshot
8
+ matrix:
9
+ allow_failures:
10
+ - php: 7.4snapshot
11
env:
12
global:
13
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
0 commit comments