File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,13 @@ before_script:
4646
4747env :
4848 matrix :
49- - PGVERSION=9.5 v8=5.4.500.43
49+ - PGVERSION=9.6 v8=5.4.500.43
50+ - PGVERSION=9.6 v8=5.8.301
5051 - PGVERSION=9.4 v8=5.4.500.43
51- - PGVERSION=9.3 v8=5.4.500.43
52+ - PGVERSION=9.4 v8=5.8.301
5253 - PGVERSION=9.2 v8=5.4.500.43
54+ - PGVERSION=9.2 v8=5.8.301
55+
5356
5457
5558language : cpp
Original file line number Diff line number Diff line change 77# structure in v8 which may be different from version to another, but user
88# can specify the v8 version by AUTOV8_VERSION, too.
99#-----------------------------------------------------------------------------#
10- AUTOV8_VERSION = 5.4.500.43
10+ AUTOV8_VERSION = 5.8.301
1111AUTOV8_DIR = build/v8-git-mirror-$(AUTOV8_VERSION)
1212AUTOV8_OUT = build/v8-git-mirror-$(AUTOV8_VERSION)/out/native
1313AUTOV8_DEPOT_TOOLS = build/depot_tools
You can’t perform that action at this time.
0 commit comments