From 24c6d221579ad6658adf15f156e3038e875b72f0 Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:53:13 -0400 Subject: [PATCH] test: run automated tests against Vault 1.11 - 1.14 Begin to test against Vault 1.14. Drop tests against Vault 1.10. --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 71394bba918d..c1f156b34180 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -154,7 +154,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: