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: