From 593b1c87bd1191565efe37b7f8e1b76d8f952dce Mon Sep 17 00:00:00 2001 From: NicoletaPopoviciu Date: Tue, 21 May 2024 11:50:24 -0400 Subject: [PATCH] Update Vault/Nomad 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 58e477fd1568..c1d8bb619788 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.7.3', 'v1.6.6', 'v1.5.13'] + nomad-version: ['v1.7.7', 'v1.6.10', 'v1.5.17'] steps: - name: Checkout Nomad uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -167,7 +167,7 @@ jobs: contents: read strategy: matrix: - vault-version: ["1.15.4", "1.14.8", "1.13.12"] + vault-version: ["1.16.2", "1.15.8", "1.14.12"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: