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 d36d30d commit 58aa1d3Copy full SHA for 58aa1d3
.ci/test-matrix.yml
@@ -1,6 +1,6 @@
1
---
2
STACK_VERSION:
3
- - 7.8.0
+ - 7.8-SNAPSHOT
4
5
PHP_VERSION:
6
- 7.4-cli
.travis.yml
@@ -29,7 +29,7 @@ jobs:
29
30
env:
31
global:
32
- - STACK_VERSION="7.8.0"
+ - STACK_VERSION="7.8-SNAPSHOT"
33
34
before_install:
35
- ./travis/run_es_docker.sh
0 commit comments