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 7ff3a53 commit b3e28c8Copy full SHA for b3e28c8
.travis.yml
@@ -21,7 +21,7 @@ env:
21
- VAULT_VER=1.2.4
22
- VAULT_VER=1.3.4
23
- VAULT_VER=1.5.3
24
- - VAULT_VER=1.6.0
+ - VAULT_VER=1.6.1
25
- EDITION=enterprise
26
27
before_install:
src/test/bash/install_vault.sh
@@ -8,8 +8,8 @@
8
set -o errexit
9
10
EDITION="${EDITION:-oss}"
11
-VAULT_OSS="${VAULT_OSS:-1.6.0}"
12
-VAULT_ENT="${VAULT_ENT:-1.5.3}"
+VAULT_OSS="${VAULT_OSS:-1.6.1}"
+VAULT_ENT="${VAULT_ENT:-1.6.1}"
13
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
14
VERBOSE=false
15
VAULT_DIRECTORY=vault
0 commit comments