From b7b9bb0e836fc9fdeb921f4370064db712ceef68 Mon Sep 17 00:00:00 2001 From: NicoletaPopoviciu <87660255+NicoletaPopoviciu@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:36:08 -0500 Subject: [PATCH] Update Vault/Nomad versions. (#20322) Update Vault/Nomad versions to ensure we're testing all the latest versions. Update Vault/Nomad versions to ensure we're testing all the latest versions . --- .github/workflows/test-integrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index b88abff4b0..5a1c3a0ea5 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -86,7 +86,7 @@ jobs: contents: read strategy: matrix: - nomad-version: ['v1.6.2', 'v1.5.9', 'v1.4.13'] + nomad-version: ['v1.7.3', 'v1.6.6', 'v1.5.13'] steps: - name: Checkout Nomad uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -167,7 +167,7 @@ jobs: contents: read strategy: matrix: - vault-version: ["1.15.0", "1.14.4", "1.13.8", "1.12.11"] + vault-version: ["1.15.4", "1.14.8", "1.13.12"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: