From caf2dc53afd860514ab4172e15fa684c8ccfbe66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Wed, 21 Aug 2024 13:29:29 +0200 Subject: [PATCH] ci: add Kong 3.7 to CI --- .github/workflows/integration-enterprise.yaml | 1 + .github/workflows/integration.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 8c6c48907..11081d9e8 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -34,6 +34,7 @@ jobs: - 'kong/kong-gateway:3.4' - 'kong/kong-gateway:3.5' - 'kong/kong-gateway:3.6' + - 'kong/kong-gateway:3.7' - 'kong/kong-gateway-dev:latest' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index ceabcc380..3ff3d319d 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -36,6 +36,7 @@ jobs: - 'kong:3.4' - 'kong:3.5' - 'kong:3.6' + - 'kong:3.7' - 'kong/kong:master' env: KONG_ANONYMOUS_REPORTS: "off"