diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index 28865d1e1..105bc9c2d 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -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] @@ -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: @@ -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] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b18b4db69..df5302830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 diff --git a/Makefile b/Makefile index 519d8ed40..6b0bebb57 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/util/runtime.sh b/util/runtime.sh index 46baedc6c..fb6360ff4 100755 --- a/util/runtime.sh +++ b/util/runtime.sh @@ -45,7 +45,7 @@ Options: -A, --arch Architecture in 'uname -m' format (e.g. 'x86_64'). Defaults to the system's own. - -V, --runtime-ver Runtime version to build (e.g. '10.5.18') + -V, --runtime-ver Runtime version to build (e.g. '11.4.183.23') Inferred from .github/workflows/release.yml if unspecified. diff --git a/util/runtimes/v8.sh b/util/runtimes/v8.sh index d82f4a033..5d1a3e0f8 100755 --- a/util/runtimes/v8.sh +++ b/util/runtimes/v8.sh @@ -34,7 +34,7 @@ download_v8() { if [[ ! -d "$tarball" ]]; then download $tarball \ - "$URL_KONG_WASM_RUNTIMES/releases/download/latest/ngx_wasm_runtime-v8-${version}-${os}-${arch}.tar.gz" + "$URL_KONG_WASM_RUNTIMES/releases/download/v8-${version}/ngx_wasm_runtime-v8-${version}-${os}-${arch}.tar.gz" fi if [[ ! -d "$target" ]]; then