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(deps) bump Nginx to 1.25.3, OpenSSL to 3.1.4, cargo update #434

Merged
merged 3 commits into from
Oct 26, 2023
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 @@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest]
cc: [gcc-12]
ngx: [1.25.2]
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
cc: [gcc-12]
ngx: [1.25.2]
ngx: [1.25.3]
runtime: [wasmer, wasmtime, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
label: [""]
os: [ubuntu-latest]
cc: [clang-13, clang-14, gcc-10, gcc-11]
ngx: [1.25.2]
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
label: [""]
os: [ubuntu-latest]
cc: [gcc-12]
ngx: [1.25.2]
ngx: [1.25.3]
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
Expand All @@ -45,7 +45,7 @@ jobs:
wasmtime: 12.0.2
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
ssl: ssl
debug: debug
hup: hup
Expand All @@ -54,7 +54,7 @@ jobs:
v8: 11.4.183.23
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
ssl: ssl
debug: debug
hup: no_hup
Expand All @@ -72,7 +72,7 @@ jobs:
- label: dynamic_nginx
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
runtime: wasmtime
wasmtime: 12.0.2
ssl: ssl
Expand All @@ -82,7 +82,7 @@ jobs:
# No SSL
- os: ubuntu-latest
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
runtime: wasmer
wasmer: 3.1.1
ssl: no_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.2-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-dynamic'
carryforward: 'unit-ngx_1.25.3-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.3-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-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 All @@ -148,7 +148,7 @@ jobs:
label: [""]
os: [ubuntu-22.04]
cc: [gcc-12]
ngx: [1.25.2]
ngx: [1.25.3]
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
Expand All @@ -162,15 +162,15 @@ jobs:
wasmtime: 12.0.2
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
hup: no_hup
debug: debug
# V8
- runtime: v8
v8: 11.4.183.23
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.2
ngx: 1.25.3
debug: debug
hup: no_hup
# OpenResty
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
# No SSL
- os: ubuntu-latest
cc: clang-15
ngx: 1.25.2
ngx: 1.25.3
runtime: wasmer
wasmer: 3.1.1
ssl: no_ssl
Expand All @@ -277,7 +277,7 @@ jobs:
matrix:
os: [ubuntu-latest]
cc: [clang-15, gcc-12]
ngx: [1.25.2]
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
Expand Down
Loading
Loading