mirror of https://github.com/status-im/consul.git
fix nightly integration test: envoy version and n-2 version (#19286)
This commit is contained in:
parent
a94c013c8d
commit
d52ee6a222
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue