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"