From 9919688b63d02a4a4f9493f77e06084003f44c92 Mon Sep 17 00:00:00 2001 From: Yi Tao Date: Mon, 26 Feb 2024 17:00:47 +0800 Subject: [PATCH] Add Kong 3.6 to integration tests --- .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 c874a2d..2a31a65 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -23,6 +23,7 @@ jobs: - 'kong/kong-gateway:3.3' - 'kong/kong-gateway:3.4' - 'kong/kong-gateway:3.5' + - 'kong/kong-gateway:3.6' - 'kong/kong-gateway-dev:latest' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7be4cda..2b70076 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -25,6 +25,7 @@ jobs: - 'kong:3.3' - 'kong:3.4' - 'kong:3.5' + - 'kong:3.6' - 'kong/kong:master-alpine' env: KONG_ANONYMOUS_REPORTS: "off"