From 30d08fa54d47497d84fe5fbc8a68cc32c765f25f Mon Sep 17 00:00:00 2001 From: Qi Date: Mon, 25 Mar 2024 10:14:06 +0800 Subject: [PATCH] chore(CI): target Kong version to `release/3.4.x` This branch is used for Kong Gateway 3.4.x, so we should target CI to the Kong Gateway 3.4.x branch. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10d24289..e4394c34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ on: push: env: - KONG_VERSION: master + KONG_VERSION: release/3.4.x BUILD_ROOT: ${{ github.workspace }}/kong/bazel-bin/build concurrency: