From 9e7728077f855422bf31eb0082fdbc6d1ba60c68 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 12 Apr 2023 17:49:01 -0400 Subject: [PATCH] Update Envoy versions to reflect changes in #16889 --- .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 b1f06fc4f155..ab37d2ef9b77 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -145,7 +145,7 @@ jobs: # this is further going to multiplied in envoy-integration tests by the # other dimensions in the matrix. Currently TOTAL_RUNNERS would be # multiplied by 8 based on these values: - # envoy-version: ["1.22.7", "1.23.4", "1.24.2", "1.25.1"] + # envoy-version: ["1.22.11", "1.23.8", "1.24.6", "1.25.4"] # xds-target: ["server", "client"] TOTAL_RUNNERS: 3 JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]' @@ -171,7 +171,7 @@ jobs: strategy: fail-fast: false matrix: - envoy-version: ["1.22.7", "1.23.4", "1.24.2", "1.25.1"] + envoy-version: ["1.22.11", "1.23.8", "1.24.6", "1.25.4"] xds-target: ["server", "client"] test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }} env: