File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2727 runtime : [wasmtime, wasmer, v8]
2828 wasmtime : [26.0.0]
2929 wasmer : [3.1.1]
30- v8 : [12.0.267.17 ]
30+ v8 : [13.1.201.15 ]
3131 ipc : [no_ipc]
3232 ssl : [ssl]
3333 debug : [debug, no_debug]
6969 # macOS - V8
7070 - label : macos_v8
7171 runtime : v8
72- v8 : 12.0.267.17
72+ v8 : 13.1.201.15
7373 os : macos-13
7474 cc : clang
7575 ngx : 1.27.3
@@ -105,7 +105,7 @@ jobs:
105105 runtime : [wasmer, wasmtime, v8]
106106 wasmtime : [26.0.0]
107107 wasmer : [3.1.1]
108- v8 : [12.0.267.17 ]
108+ v8 : [13.1.201.15 ]
109109 hup : [hup, no_hup]
110110 debug : [debug]
111111 include :
@@ -144,7 +144,7 @@ jobs:
144144 runtime : [wasmtime, wasmer, v8]
145145 wasmtime : [26.0.0]
146146 wasmer : [3.1.1]
147- v8 : [12.0.267.17 ]
147+ v8 : [13.1.201.15 ]
148148 ssl : [no_ssl, ssl]
149149 debug : [debug]
150150 uses : ./.github/workflows/job-clang-analyzer.yml
@@ -173,7 +173,7 @@ jobs:
173173 runtime : [wasmtime, wasmer, v8]
174174 wasmtime : [26.0.0]
175175 wasmer : [3.1.1]
176- v8 : [12.0.267.17 ]
176+ v8 : [13.1.201.15 ]
177177 include :
178178 - label : old_nginx
179179 os : ubuntu-latest
Original file line number Diff line number Diff line change 5757 hup : hup
5858 # V8
5959 - runtime : v8
60- v8 : 12.0.267.17
60+ v8 : 13.1.201.15
6161 os : ubuntu-latest
6262 cc : gcc-12
6363 ngx : 1.27.3
@@ -206,7 +206,7 @@ jobs:
206206 path : t/01-wasm
207207 # V8
208208 - runtime : v8
209- v8 : 12.0.267.17
209+ v8 : 13.1.201.15
210210 os : ubuntu-22.04
211211 cc : gcc-12
212212 ngx : 1.27.3
@@ -290,7 +290,7 @@ jobs:
290290 runtime : [wasmtime, wasmer, v8]
291291 wasmtime : [26.0.0]
292292 wasmer : [3.1.1]
293- v8 : [12.0.267.17 ]
293+ v8 : [13.1.201.15 ]
294294 ssl : [ssl]
295295 debug : [debug]
296296 include :
@@ -327,7 +327,7 @@ jobs:
327327 runtime : [wasmtime, wasmer, v8]
328328 wasmtime : [26.0.0]
329329 wasmer : [3.1.1]
330- v8 : [12.0.267.17 ]
330+ v8 : [13.1.201.15 ]
331331 uses : ./.github/workflows/job-build-tests.yml
332332 with :
333333 os : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ NGX ?= 1.27.3
22OPENSSL ?= 3.4.0
33WASMTIME ?= 26.0.0
44WASMER ?= 3.1.1
5- V8 ?= 12.0.267.17
5+ V8 ?= 13.1.201.15
66PCRE ?= 10.44
77ZLIB ?= 1.3.1
88LUAROCKS ?= 3.11.1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Options:
4545 -A, --arch <arch> Architecture in 'uname -m' format (e.g. 'x86_64').
4646 Defaults to the system's own.
4747
48- -V, --runtime-ver <ver> Runtime version to build (e.g. '12.0.267.17 ')
48+ -V, --runtime-ver <ver> Runtime version to build (e.g. '13.1.201.15 ')
4949 Inferred from .github/workflows/release.yml
5050 if unspecified.
5151
You can’t perform that action at this time.
0 commit comments