Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci) bump OpenResty to 1.25.3.2 #576

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading