From 9fb50fa769839f531d75c691e564e438e789b6c7 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Tue, 28 May 2024 12:55:52 -0400 Subject: [PATCH] Fix Consul versions in nightly 1.19 int tests (#21226) We should be testing against n-2 + LTS, so we need to replace 1.16 with 1.18. --- .github/workflows/nightly-test-integrations-1.19.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-integrations-1.19.x.yml b/.github/workflows/nightly-test-integrations-1.19.x.yml index 675f7583d4..7acb1903a9 100644 --- a/.github/workflows/nightly-test-integrations-1.19.x.yml +++ b/.github/workflows/nightly-test-integrations-1.19.x.yml @@ -204,7 +204,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: ["1.15", "1.16", "1.17"] + consul-version: ["1.15", "1.17", "1.18"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} ENVOY_VERSION: "1.24.6" @@ -330,7 +330,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: [ "1.15", "1.16", "1.17"] + consul-version: ["1.15", "1.17", "1.18"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} steps: