File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ elif [[ "$root" == *openresty-1.25.3.* ]]; then
6969elif [[ " $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 "
7575else
7676 err " can't detect OpenResty version"
7777 exit 1
You can’t perform that action at this time.
0 commit comments