Browse Source

Upgrade envoy version in nightly integration tests (#21864)

Update nightly-test-integrations.yml
pull/21657/head
sarahalsmiller 1 month ago committed by GitHub
parent
commit
e9dbcedaf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/nightly-test-integrations.yml

2
.github/workflows/nightly-test-integrations.yml

@ -217,7 +217,7 @@ jobs:
# 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
# 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:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

Loading…
Cancel
Save