From 3ded483a120163811209eab9c7d46947ad8489ee Mon Sep 17 00:00:00 2001 From: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:03:26 -0700 Subject: [PATCH] bump upgrade integrations tests to 1.15, 116 [NET-4743] --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 1a3876855d5ea..841a750c22b7c 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -479,7 +479,7 @@ jobs: strategy: fail-fast: false matrix: - consul-version: [ "1.14", "1.15"] + consul-version: [ "1.15", "1.16"] env: CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} ENVOY_VERSION: "1.24.6"