File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 27
27
runtime : [wasmtime, wasmer, v8]
28
28
wasmtime : [26.0.0]
29
29
wasmer : [3.1.1]
30
- v8 : [12.0.267.17 ]
30
+ v8 : [13.1.201.15 ]
31
31
ipc : [no_ipc]
32
32
ssl : [ssl]
33
33
debug : [debug, no_debug]
69
69
# macOS - V8
70
70
- label : macos_v8
71
71
runtime : v8
72
- v8 : 12.0.267.17
72
+ v8 : 13.1.201.15
73
73
os : macos-13
74
74
cc : clang
75
75
ngx : 1.27.3
@@ -105,7 +105,7 @@ jobs:
105
105
runtime : [wasmer, wasmtime, v8]
106
106
wasmtime : [26.0.0]
107
107
wasmer : [3.1.1]
108
- v8 : [12.0.267.17 ]
108
+ v8 : [13.1.201.15 ]
109
109
hup : [hup, no_hup]
110
110
debug : [debug]
111
111
include :
@@ -144,7 +144,7 @@ jobs:
144
144
runtime : [wasmtime, wasmer, v8]
145
145
wasmtime : [26.0.0]
146
146
wasmer : [3.1.1]
147
- v8 : [12.0.267.17 ]
147
+ v8 : [13.1.201.15 ]
148
148
ssl : [no_ssl, ssl]
149
149
debug : [debug]
150
150
uses : ./.github/workflows/job-clang-analyzer.yml
@@ -173,7 +173,7 @@ jobs:
173
173
runtime : [wasmtime, wasmer, v8]
174
174
wasmtime : [26.0.0]
175
175
wasmer : [3.1.1]
176
- v8 : [12.0.267.17 ]
176
+ v8 : [13.1.201.15 ]
177
177
include :
178
178
- label : old_nginx
179
179
os : ubuntu-latest
Original file line number Diff line number Diff line change 57
57
hup : hup
58
58
# V8
59
59
- runtime : v8
60
- v8 : 12.0.267.17
60
+ v8 : 13.1.201.15
61
61
os : ubuntu-latest
62
62
cc : gcc-12
63
63
ngx : 1.27.3
@@ -206,7 +206,7 @@ jobs:
206
206
path : t/01-wasm
207
207
# V8
208
208
- runtime : v8
209
- v8 : 12.0.267.17
209
+ v8 : 13.1.201.15
210
210
os : ubuntu-22.04
211
211
cc : gcc-12
212
212
ngx : 1.27.3
@@ -290,7 +290,7 @@ jobs:
290
290
runtime : [wasmtime, wasmer, v8]
291
291
wasmtime : [26.0.0]
292
292
wasmer : [3.1.1]
293
- v8 : [12.0.267.17 ]
293
+ v8 : [13.1.201.15 ]
294
294
ssl : [ssl]
295
295
debug : [debug]
296
296
include :
@@ -327,7 +327,7 @@ jobs:
327
327
runtime : [wasmtime, wasmer, v8]
328
328
wasmtime : [26.0.0]
329
329
wasmer : [3.1.1]
330
- v8 : [12.0.267.17 ]
330
+ v8 : [13.1.201.15 ]
331
331
uses : ./.github/workflows/job-build-tests.yml
332
332
with :
333
333
os : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ NGX ?= 1.27.3
2
2
OPENSSL ?= 3.4.0
3
3
WASMTIME ?= 26.0.0
4
4
WASMER ?= 3.1.1
5
- V8 ?= 12.0.267.17
5
+ V8 ?= 13.1.201.15
6
6
PCRE ?= 10.44
7
7
ZLIB ?= 1.3.1
8
8
LUAROCKS ?= 3.11.1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Options:
45
45
-A, --arch <arch> Architecture in 'uname -m' format (e.g. 'x86_64').
46
46
Defaults to the system's own.
47
47
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 ')
49
49
Inferred from .github/workflows/release.yml
50
50
if unspecified.
51
51
You can’t perform that action at this time.
0 commit comments