Skip to content

Commit

Permalink
chore(ci) bump OpenResty to 1.21.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 6, 2023
1 parent 1ad6f43 commit e5e5265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- label: dynamic_module
os: ubuntu-latest
cc: gcc-9
openresty: 1.21.4.1
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
debug: debug
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- label: openresty
os: ubuntu-22.04
cc: gcc-10
openresty: 1.21.4.1
openresty: 1.21.4.2
runtime: wasmer
wasmer: 3.1.1
debug: debug
Expand All @@ -104,7 +104,7 @@ jobs:
matrix:
os: [ubuntu-latest]
cc: [clang-11]
openresty: [1.21.4.1]
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [3.1.1]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- label: openresty
os: ubuntu-latest
cc: gcc-9
openresty: 1.21.4.1
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
ssl: ssl
Expand All @@ -102,7 +102,7 @@ jobs:
- label: dynamic_openresty
os: ubuntu-latest
cc: gcc-9
openresty: 1.21.4.1
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
ssl: ssl
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
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'
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'

valgrind:
name: 'Valgrind'
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- label: openresty
os: ubuntu-22.04
cc: gcc-10
openresty: 1.21.4.1
openresty: 1.21.4.2
ngx:
runtime: wasmer
wasmer: 3.1.1
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
fail-fast: false
matrix:
cc: [clang-11]
openresty: [1.21.4.1]
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [3.1.1]
Expand Down

0 comments on commit e5e5265

Please sign in to comment.