Skip to content

Commit

Permalink
chore(ci) bump OpenResty to 1.25.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 22, 2024
1 parent 9c95991 commit b8aae2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.1
openresty: 1.25.3.2
runtime: wasmtime
wasmtime: 22.0.0
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.1
openresty: 1.25.3.2
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.1]
openresty: [1.25.3.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [22.0.0]
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 @@ -102,7 +102,7 @@ jobs:
- label: openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.25.3.1
openresty: 1.25.3.2
runtime: wasmtime
wasmtime: 22.0.0
ipc: no_ipc
Expand All @@ -113,7 +113,7 @@ jobs:
- label: dynamic_openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.25.3.1
openresty: 1.25.3.2
runtime: wasmtime
wasmtime: 22.0.0
ipc: no_ipc
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: 'unit-ngx_1.27.0-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.0-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.0-wasmtime-ipc-no_ssl-debug-no_hup-static'
carryforward: 'unit-ngx_1.27.0-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.0-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-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.0-wasmtime-ipc-no_ssl-debug-no_hup-static'

valgrind:
name: 'Valgrind'
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
wasmer: 3.1.1
os: ubuntu-22.04
cc: gcc-12
openresty: 1.25.3.1
openresty: 1.25.3.2
ngx:
debug: debug
hup: no_hup
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
fail-fast: false
matrix:
cc: [clang-15]
openresty: [1.25.3.1]
openresty: [1.25.3.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [22.0.0]
wasmer: [3.1.1]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- language: c-cpp
build-mode: manual
openresty: 1.25.3.1
openresty: 1.25.3.2
runtime: v8 # v8bridge
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b8aae2c

Please sign in to comment.