Skip to content

Commit

Permalink
chore(deps) bump V8 to 13.1.201.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm authored and thibaultcha committed Dec 6, 2024
1 parent 2007d21 commit f872b9a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ipc: [no_ipc]
ssl: [ssl]
debug: [debug, no_debug]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# macOS - V8
- label: macos_v8
runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: macos-13
cc: clang
ngx: 1.27.3
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runtime: [wasmer, wasmtime, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
hup: [hup, no_hup]
debug: [debug]
include:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ssl: [no_ssl, ssl]
debug: [debug]
uses: ./.github/workflows/job-clang-analyzer.yml
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
include:
- label: old_nginx
os: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
hup: hup
# V8
- runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: ubuntu-latest
cc: gcc-12
ngx: 1.27.3
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
path: t/01-wasm
# V8
- runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: ubuntu-22.04
cc: gcc-12
ngx: 1.27.3
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ssl: [ssl]
debug: [debug]
include:
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
uses: ./.github/workflows/job-build-tests.yml
with:
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NGX ?= 1.27.3
OPENSSL ?= 3.4.0
WASMTIME ?= 26.0.0
WASMER ?= 3.1.1
V8 ?= 12.0.267.17
V8 ?= 13.1.201.15
PCRE ?= 10.44
ZLIB ?= 1.3.1
LUAROCKS ?= 3.11.1
Expand Down
2 changes: 1 addition & 1 deletion util/runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options:
-A, --arch <arch> Architecture in 'uname -m' format (e.g. 'x86_64').
Defaults to the system's own.
-V, --runtime-ver <ver> Runtime version to build (e.g. '12.0.267.17')
-V, --runtime-ver <ver> Runtime version to build (e.g. '13.1.201.15')
Inferred from .github/workflows/release.yml
if unspecified.
Expand Down

0 comments on commit f872b9a

Please sign in to comment.