Skip to content

Commit 04baff4

Browse files
authored
Merge pull request #1898 from lianglli/master
CI: checkout lua-resty-core 0.1.27 for tengine with ngx_http_lua_module 0.10.25
2 parents 12a0cd0 + a790ce0 commit 04baff4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: actions/checkout@v3
4646
with:
4747
repository: openresty/lua-resty-core
48+
ref: v0.1.27
4849
path: lua-resty-core
4950
- name: 'build lua-resty-core'
5051
working-directory: lua-resty-core

.github/workflows/test-nginx-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050
with:
5151
repository: openresty/lua-resty-core
52+
ref: v0.1.27
5253
path: lua-resty-core
5354
- name: 'build lua-resty-core'
5455
working-directory: lua-resty-core

.github/workflows/test-ntls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/checkout@v3
4343
with:
4444
repository: openresty/lua-resty-core
45+
ref: v0.1.27
4546
path: lua-resty-core
4647
- name: 'build lua-resty-core'
4748
working-directory: lua-resty-core

0 commit comments

Comments
 (0)