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(v8) bump version to 11.4.183.23 #322

Merged
merged 2 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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:
runtime: [wasmtime, wasmer, v8]
wasmtime: [0.38.1]
wasmer: [3.0.2]
v8: [10.5.18]
v8: [11.4.183.23]
debug: [debug, no_debug]
hup: [hup, no_hup]
os: [ubuntu-latest]
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [0.38.1]
wasmer: [3.0.2]
v8: [10.5.18]
v8: [11.4.183.23]
hup: [hup, no_hup]
debug: [debug]
steps:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [0.38.1]
wasmer: [3.0.2]
v8: [10.5.18]
v8: [11.4.183.23]
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest]
cc: [clang]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ssl: ssl
# V8
- runtime: v8
v8: 10.5.18
v8: 11.4.183.23
os: ubuntu-latest
cc: gcc-9
ngx: 1.25.1
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
debug: debug
# V8
- runtime: v8
v8: 10.5.18
v8: 11.4.183.23
os: ubuntu-22.04
cc: gcc-10
ngx: 1.25.1
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
runtime: [wasmer, wasmtime, v8]
wasmtime: [8.0.1]
wasmer: [3.1.1]
v8: [10.5.18]
v8: [11.4.183.23]
include:
- label: old_nginx
os: ubuntu-latest
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.25.1
OPENSSL ?= 1.1.1u
WASMTIME ?= 8.0.1
WASMER ?= 3.1.1
V8 ?= 10.5.18
V8 ?= 11.4.183.23
PCRE ?= 8.45
ZLIB ?= 1.2.13
LUAROCKS ?= 3.9.2
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. '10.5.18')
-V, --runtime-ver <ver> Runtime version to build (e.g. '11.4.183.23')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't have to bump this one, but it felt weird not bumping it.

Inferred from .github/workflows/release.yml
if unspecified.

Expand Down