From 316d68cb847193f184d3a54fc103996151d1d68a Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:47:19 -0500 Subject: [PATCH] Update nightly-test-integrations-1.20.x.yml --- .github/workflows/nightly-test-integrations-1.20.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-integrations-1.20.x.yml b/.github/workflows/nightly-test-integrations-1.20.x.yml index 2ae3eae111..a1dd9169f3 100644 --- a/.github/workflows/nightly-test-integrations-1.20.x.yml +++ b/.github/workflows/nightly-test-integrations-1.20.x.yml @@ -228,7 +228,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: ["1.15", "1.18", "1.19", "1.20"] + consul-version: ["1.15", "1.18", "1.19"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} # ENVOY_VERSION should be the latest version supported by _all_ Consul versions in the @@ -364,7 +364,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: ["1.15", "1.17", "1.18", "1.19"] + consul-version: ["1.15", "1.18", "1.19"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} steps: