Skip to content

Commit

Permalink
chore(deps) bump Wasmer to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Nov 1, 2023
1 parent de9eb4c commit c00295b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
debug: [debug, no_debug]
hup: [hup, no_hup]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
ngx: [1.25.3]
runtime: [wasmer, wasmtime, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
hup: [hup, no_hup]
debug: [debug]
Expand All @@ -80,7 +80,7 @@ jobs:
cc: gcc-12
openresty: 1.21.4.2
runtime: wasmer
wasmer: 3.1.1
wasmer: 3.3.0
debug: debug
hup: no_hup
uses: ./.github/workflows/job-valgrind-tests.yml
Expand All @@ -107,7 +107,7 @@ jobs:
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
ssl: [no_ssl, ssl]
debug: [debug, no_debug]
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
include:
- label: old_nginx
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [""]
ssl: [ssl]
debug: [debug, no_debug]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
cc: gcc-12
ngx: 1.21.6
runtime: wasmer
wasmer: 3.1.1
wasmer: 3.3.0
ssl: ssl
debug: debug
hup: no_hup
Expand All @@ -86,7 +86,7 @@ jobs:
cc: gcc-12
ngx: 1.25.3
runtime: wasmer
wasmer: 3.1.1
wasmer: 3.3.0
ssl: no_ssl
debug: no_debug
hup: no_hup
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [""]
hup: [no_hup, hup]
debug: [debug]
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
openresty: 1.21.4.2
ngx:
runtime: wasmer
wasmer: 3.1.1
wasmer: 3.3.0
debug: debug
hup: no_hup
uses: ./.github/workflows/job-valgrind-tests.yml
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
ssl: [ssl]
debug: [debug, no_debug]
Expand All @@ -256,7 +256,7 @@ jobs:
cc: clang-15
ngx: 1.25.3
runtime: wasmer
wasmer: 3.1.1
wasmer: 3.3.0
ssl: no_ssl
debug: debug
uses: ./.github/workflows/job-clang-analyzer.yml
Expand All @@ -282,7 +282,7 @@ jobs:
ngx: [1.25.3]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.2]
wasmer: [3.1.1]
wasmer: [3.3.0]
v8: [11.4.183.23]
uses: ./.github/workflows/job-build-tests.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NGX ?= 1.25.3
OPENSSL ?= 3.1.4
WASMTIME ?= 12.0.2
WASMER ?= 3.1.1
WASMER ?= 3.3.0
V8 ?= 11.4.183.23
PCRE ?= 8.45
ZLIB ?= 1.2.13
Expand Down

0 comments on commit c00295b

Please sign in to comment.