File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
op_version :
14
14
- " 1.25.3.1"
15
- - " 1.27.1.1 "
15
+ - " 1.27.1.2 "
16
16
17
17
runs-on : " ubuntu-latest"
18
18
Original file line number Diff line number Diff line change @@ -66,12 +66,18 @@ elif [[ "$root" == *openresty-1.25.3.* ]]; then
66
66
apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.28"
67
67
apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.26"
68
68
apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.14"
69
- elif [[ " $root " == * openresty-1.27.1.* ]]; then
69
+ elif [[ " $root " == * openresty-1.27.1.1 ]]; then
70
70
patch_dir=" $PWD /1.27.1.1"
71
71
apply_patch " $patch_dir " " $root " " nginx" " 1.27.1"
72
72
apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.30"
73
73
apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.27"
74
74
apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.15"
75
+ elif [[ " $root " == * openresty-1.27.1.2 ]]; then
76
+ patch_dir=" $PWD /1.27.1.1"
77
+ apply_patch " $patch_dir " " $root " " nginx" " 1.27.1"
78
+ apply_patch " $patch_dir " " $root " " lua-resty-core" " 0.1.31"
79
+ apply_patch " $patch_dir " " $root " " ngx_lua" " 0.10.28"
80
+ apply_patch " $patch_dir " " $root " " ngx_stream_lua" " 0.0.16"
75
81
else
76
82
err " can't detect OpenResty version"
77
83
exit 1
You can’t perform that action at this time.
0 commit comments