From a790ce0bb0b098a2b5cbc98adfd5f04f6ae32ffa Mon Sep 17 00:00:00 2001 From: lianglli Date: Wed, 29 Nov 2023 19:06:28 +0800 Subject: [PATCH] CI: checkout lua-resty-core v0.1.27 for tengine 3.x with ngx_http_lua_module v0.10.25 --- .github/workflows/ci.yml | 1 + .github/workflows/test-nginx-core.yml | 1 + .github/workflows/test-ntls.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79cbebb3f7..3eca95fc8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: uses: actions/checkout@v3 with: repository: openresty/lua-resty-core + ref: v0.1.27 path: lua-resty-core - name: 'build lua-resty-core' working-directory: lua-resty-core diff --git a/.github/workflows/test-nginx-core.yml b/.github/workflows/test-nginx-core.yml index 3f8e9a6b6f..735db7f744 100644 --- a/.github/workflows/test-nginx-core.yml +++ b/.github/workflows/test-nginx-core.yml @@ -49,6 +49,7 @@ jobs: uses: actions/checkout@v3 with: repository: openresty/lua-resty-core + ref: v0.1.27 path: lua-resty-core - name: 'build lua-resty-core' working-directory: lua-resty-core diff --git a/.github/workflows/test-ntls.yml b/.github/workflows/test-ntls.yml index 1c0b8f28ad..acde857f61 100644 --- a/.github/workflows/test-ntls.yml +++ b/.github/workflows/test-ntls.yml @@ -42,6 +42,7 @@ jobs: uses: actions/checkout@v3 with: repository: openresty/lua-resty-core + ref: v0.1.27 path: lua-resty-core - name: 'build lua-resty-core' working-directory: lua-resty-core