From 636654fdd550fed43fbe6abca251c255b46c821e 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 531230cc02..3df2c18ff3 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 c6328823d4..a32c22bb47 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 948f219640..935a9c487d 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