Skip to content

Commit

Permalink
Merge pull request #1898 from lianglli/master
Browse files Browse the repository at this point in the history
CI: checkout lua-resty-core 0.1.27 for tengine with ngx_http_lua_module 0.10.25
  • Loading branch information
lianglli authored Nov 29, 2023
2 parents 12a0cd0 + a790ce0 commit 04baff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-nginx-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-ntls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04baff4

Please sign in to comment.