Skip to content

Commit e5e5265

Browse files
committed
chore(ci) bump OpenResty to 1.21.4.2
1 parent 1ad6f43 commit e5e5265

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-large.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- label: dynamic_module
3737
os: ubuntu-latest
3838
cc: gcc-9
39-
openresty: 1.21.4.1
39+
openresty: 1.21.4.2
4040
runtime: wasmtime
4141
wasmtime: 12.0.1
4242
debug: debug
@@ -78,7 +78,7 @@ jobs:
7878
- label: openresty
7979
os: ubuntu-22.04
8080
cc: gcc-10
81-
openresty: 1.21.4.1
81+
openresty: 1.21.4.2
8282
runtime: wasmer
8383
wasmer: 3.1.1
8484
debug: debug
@@ -104,7 +104,7 @@ jobs:
104104
matrix:
105105
os: [ubuntu-latest]
106106
cc: [clang-11]
107-
openresty: [1.21.4.1]
107+
openresty: [1.21.4.2]
108108
runtime: [wasmtime, wasmer, v8]
109109
wasmtime: [12.0.1]
110110
wasmer: [3.1.1]

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- label: openresty
9393
os: ubuntu-latest
9494
cc: gcc-9
95-
openresty: 1.21.4.1
95+
openresty: 1.21.4.2
9696
runtime: wasmtime
9797
wasmtime: 12.0.1
9898
ssl: ssl
@@ -102,7 +102,7 @@ jobs:
102102
- label: dynamic_openresty
103103
os: ubuntu-latest
104104
cc: gcc-9
105-
openresty: 1.21.4.1
105+
openresty: 1.21.4.2
106106
runtime: wasmtime
107107
wasmtime: 12.0.1
108108
ssl: ssl
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
github-token: ${{ secrets.GITHUB_TOKEN }}
139139
parallel-finished: true
140-
carryforward: 'unit-ngx_1.25.2-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.2-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.21.4.1-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.1-wasmtime-ssl-debug-no_hup-dynamic'
140+
carryforward: 'unit-ngx_1.25.2-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.2-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-dynamic'
141141

142142
valgrind:
143143
name: 'Valgrind'
@@ -177,7 +177,7 @@ jobs:
177177
- label: openresty
178178
os: ubuntu-22.04
179179
cc: gcc-10
180-
openresty: 1.21.4.1
180+
openresty: 1.21.4.2
181181
ngx:
182182
runtime: wasmer
183183
wasmer: 3.1.1
@@ -241,7 +241,7 @@ jobs:
241241
fail-fast: false
242242
matrix:
243243
cc: [clang-11]
244-
openresty: [1.21.4.1]
244+
openresty: [1.21.4.2]
245245
runtime: [wasmtime, wasmer, v8]
246246
wasmtime: [12.0.1]
247247
wasmer: [3.1.1]

0 commit comments

Comments
 (0)