Skip to content

Commit

Permalink
chore(ci) bump OpenResty to 1.27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 23, 2024
1 parent b370a90 commit cad840a
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 @@ -38,7 +38,7 @@ jobs:
- label: dynamic_module
os: ubuntu-latest
cc: gcc-12
openresty: 1.25.3.2
openresty: 1.27.1.1
runtime: wasmtime
wasmtime: 25.0.1
ipc: no_ipc
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- label: openresty
os: ubuntu-22.04
cc: gcc-12
openresty: 1.25.3.2
openresty: 1.27.1.1
runtime: wasmer
wasmer: 3.1.1
debug: debug
Expand All @@ -140,7 +140,7 @@ jobs:
matrix:
os: [ubuntu-latest]
cc: [clang-15]
openresty: [1.25.3.2]
openresty: [1.27.1.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [25.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 @@ -113,7 +113,7 @@ jobs:
- label: openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.25.3.2
openresty: 1.27.1.1
runtime: wasmtime
wasmtime: 25.0.1
ipc: no_ipc
Expand All @@ -124,7 +124,7 @@ jobs:
- label: dynamic_openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.25.3.2
openresty: 1.27.1.1
runtime: wasmtime
wasmtime: 25.0.1
ipc: no_ipc
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: 'unit-ngx_1.27.2-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.2-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-no_ssl-debug-no_hup-static-wasm32-unknown-unknown,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.2-wasmtime-ipc-no_ssl-debug-no_hup-static'
carryforward: 'unit-ngx_1.27.2-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.2-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-no_ssl-debug-no_hup-static-wasm32-unknown-unknown,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.27.1.1-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.27.1.1-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.2-wasmtime-ipc-no_ssl-debug-no_hup-static'

valgrind:
name: 'Valgrind'
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
wasmer: 3.1.1
os: ubuntu-22.04
cc: gcc-12
openresty: 1.25.3.2
openresty: 1.27.1.1
ngx:
debug: debug
hup: no_hup
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
fail-fast: false
matrix:
cc: [clang-15]
openresty: [1.25.3.2]
openresty: [1.27.1.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [25.0.1]
wasmer: [3.1.1]
Expand Down

0 comments on commit cad840a

Please sign in to comment.