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