From d52ee6a2224ed340d8697db6cd75f0b6dda73475 Mon Sep 17 00:00:00 2001 From: cskh Date: Wed, 18 Oct 2023 17:18:57 -0400 Subject: [PATCH] fix nightly integration test: envoy version and n-2 version (#19286) --- .github/workflows/nightly-test-integrations-1.17.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-test-integrations-1.17.x.yml b/.github/workflows/nightly-test-integrations-1.17.x.yml index f405ea6111..129754e4de 100644 --- a/.github/workflows/nightly-test-integrations-1.17.x.yml +++ b/.github/workflows/nightly-test-integrations-1.17.x.yml @@ -102,7 +102,7 @@ jobs: strategy: fail-fast: false matrix: - envoy-version: ["1.23.12", "1.24.10", "1.25.9", "1.26.4"] + envoy-version: ["1.24.10", "1.25.9", "1.26.4", "1.27.0"] xds-target: ["server", "client"] test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }} env: @@ -196,7 +196,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: ["1.14", "1.15", "1.16", "1.17"] + consul-version: ["1.15", "1.16", "1.17"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} ENVOY_VERSION: "1.24.6"