From 1ad32c4b361ac30af456d7b8331326a78f083ffe Mon Sep 17 00:00:00 2001 From: chenjunxu Date: Sat, 28 Sep 2024 21:29:24 +0800 Subject: [PATCH] fix: run test cases on openresty latest --- .github/workflows/build.yml | 2 +- ci/linux_openresty_1_19_runner.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a16fc15a0127..9143952e0a2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: platform: - ubuntu-20.04 os_name: - - linux_openresty_1_19 + - linux_openresty test_dir: - t/plugin/kafka* diff --git a/ci/linux_openresty_1_19_runner.sh b/ci/linux_openresty_1_19_runner.sh index b5bdd6756327..ed1751308926 100755 --- a/ci/linux_openresty_1_19_runner.sh +++ b/ci/linux_openresty_1_19_runner.sh @@ -17,5 +17,5 @@ # -export OPENRESTY_VERSION=1.19.9.2 +export OPENRESTY_VERSION=1.19.3.2 . ./ci/linux_openresty_common_runner.sh