mirror of https://github.com/status-im/consul.git
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:
parent
5f129ad5b2
commit
9fb50fa769
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue