Skip to content

Commit cf9209b

Browse files
committed
feat: support openresty 1.27.1.2
1 parent 38f4ff8 commit cf9209b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
op_version:
1414
- "1.25.3.1"
15-
- "1.27.1.1"
15+
- "1.27.1.2"
1616

1717
runs-on: "ubuntu-latest"
1818

patch/patch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ elif [[ "$root" == *openresty-1.25.3.* ]]; then
6969
elif [[ "$root" == *openresty-1.27.1.* ]]; then
7070
patch_dir="$PWD/1.27.1.1"
7171
apply_patch "$patch_dir" "$root" "nginx" "1.27.1"
72-
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.30"
73-
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.27"
74-
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.15"
72+
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.31"
73+
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.28"
74+
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.16"
7575
else
7676
err "can't detect OpenResty version"
7777
exit 1

0 commit comments

Comments
 (0)