Fix Consul versions in nightly 1.19 int tests (#21226)

We should be testing against n-2 + LTS, so we need to replace 1.16 with 1.18.
This commit is contained in:
Michael Zalimeni 2024-05-28 12:55:52 -04:00 committed by GitHub
parent 5f129ad5b2
commit 9fb50fa769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
consul-version: ["1.15", "1.16", "1.17"] consul-version: ["1.15", "1.17", "1.18"]
env: env:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
ENVOY_VERSION: "1.24.6" ENVOY_VERSION: "1.24.6"
@ -330,7 +330,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
consul-version: [ "1.15", "1.16", "1.17"] consul-version: ["1.15", "1.17", "1.18"]
env: env:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
steps: steps: