Skip to content

Commit

Permalink
Update Envoy versions to reflect changes in #16889
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and jmurret committed Apr 18, 2023
1 parent 643c0d8 commit 7462054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)]'
Expand All @@ -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:
Expand Down

0 comments on commit 7462054

Please sign in to comment.