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:
Jared Kirschner 2023-08-28 13:32:42 -04:00 committed by GitHub
parent 7bc30e989c
commit 180c1e22c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ jobs:
contents: read contents: read
strategy: strategy:
matrix: 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: env:
VAULT_BINARY_VERSION: ${{ matrix.vault-version }} VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
steps: steps: