mirror of https://github.com/status-im/consul.git
test: run automated tests against Vault 1.11 - 1.14 (#18590)
Begin to test against Vault 1.14. Drop tests against Vault 1.10.
This commit is contained in:
parent
7bc30e989c
commit
180c1e22c1
|
@ -158,7 +158,7 @@ jobs:
|
|||
contents: read
|
||||
strategy:
|
||||
matrix:
|
||||
vault-version: ["1.13.1", "1.12.5", "1.11.9", "1.10.11"]
|
||||
vault-version: ["1.14.1", "1.13.5", "1.12.9", "1.11.12"]
|
||||
env:
|
||||
VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue