From 0179941ac43844d98ee47eb14407c800331a9aab Mon Sep 17 00:00:00 2001 From: NicoletaPopoviciu <87660255+NicoletaPopoviciu@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:54:50 -0400 Subject: [PATCH 1/2] Update test-integrations.yml Update Vault/Nomad versions to ensure we're testing 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 b62a4648293..d06c5157b8d 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -94,7 +94,7 @@ jobs: contents: read strategy: matrix: - nomad-version: ['v1.7.7', 'v1.6.10', 'v1.5.17'] + nomad-version: ['v1.8.3', 'v1.7.11', 'v1.6.15'] steps: - name: Checkout Nomad uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 @@ -177,7 +177,7 @@ jobs: contents: read strategy: matrix: - vault-version: ["1.16.2", "1.15.6", "1.14.10"] + vault-version: ["1.17.5", "1.16.9", "1.15.14"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: From b20d0187ff790e5a3fdfced2f8db66220ded6829 Mon Sep 17 00:00:00 2001 From: NicoletaPopoviciu <87660255+NicoletaPopoviciu@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:51:36 -0400 Subject: [PATCH 2/2] Update test to test latest available CE 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 d06c5157b8d..c83338ee0c9 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -94,7 +94,7 @@ jobs: contents: read strategy: matrix: - nomad-version: ['v1.8.3', 'v1.7.11', 'v1.6.15'] + nomad-version: ['v1.8.3', 'v1.7.7', 'v1.6.10'] steps: - name: Checkout Nomad uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 @@ -177,7 +177,7 @@ jobs: contents: read strategy: matrix: - vault-version: ["1.17.5", "1.16.9", "1.15.14"] + vault-version: ["1.17.5", "1.16.3", "1.15.6"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: