From 81e09532a4f34447092c5e2578fced4306756dcb Mon Sep 17 00:00:00 2001 From: John Eikenberry Date: Mon, 10 Apr 2023 14:15:56 -0700 Subject: [PATCH] update vault integration testing versions --- .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 e64bb9b051e..c6a50a08194 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -127,7 +127,7 @@ jobs: - dev-build strategy: matrix: - vault-version: ["1.12.2", "1.11.6", "1.10.9", "1.9.10"] + vault-version: ["1.13.1", "1.12.5", "1.11.9", "1.10.11"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: