diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index fbce80e50..997ad1c7a 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -23,6 +23,7 @@ jobs: - 'kong/kong-gateway:3.5' - 'kong/kong-gateway:3.6' - 'kong/kong-gateway:3.7' + - 'kong/kong-gateway:3.8' - 'kong/kong-gateway-dev:latest' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7786e2b09..c411780f6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,6 +23,7 @@ jobs: - 'kong:3.5' - 'kong:3.6' - 'kong:3.7' + - 'kong:3.8' - 'kong/kong:master' env: KONG_ANONYMOUS_REPORTS: "off"