From 0381ab5f6ba83037b0b09147aa564b5492928738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Fri, 13 Dec 2024 09:12:23 +0100 Subject: [PATCH] chore(ci): add kong 3.9 --- .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 997ad1c7a..fdfac1d1d 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -24,6 +24,7 @@ jobs: - 'kong/kong-gateway:3.6' - 'kong/kong-gateway:3.7' - 'kong/kong-gateway:3.8' + - 'kong/kong-gateway:3.9' - 'kong/kong-gateway-dev:latest' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c411780f6..6ee3bbc26 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,6 +24,7 @@ jobs: - 'kong:3.6' - 'kong:3.7' - 'kong:3.8' + - 'kong/kong:3.9' - 'kong/kong:master' env: KONG_ANONYMOUS_REPORTS: "off"