mirror of https://github.com/status-im/consul.git
Upgrade envoy version in nightly integration tests (#21864)
Update nightly-test-integrations.yml
This commit is contained in:
parent
94ca67463b
commit
e9dbcedaf3
|
@ -217,7 +217,7 @@ jobs:
|
||||||
# matrix.consul-version (i.e. whenever the highest common Envoy version across active
|
# matrix.consul-version (i.e. whenever the highest common Envoy version across active
|
||||||
# Consul versions changes). The minor Envoy version does not necessarily need to be
|
# Consul versions changes). The minor Envoy version does not necessarily need to be
|
||||||
# kept current for the purpose of these tests, but the major (1.N) version should be.
|
# kept current for the purpose of these tests, but the major (1.N) version should be.
|
||||||
ENVOY_VERSION: 1.27.6
|
ENVOY_VERSION: 1.28.7
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||||
|
|
Loading…
Reference in New Issue