0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 00:25:18 +00:00

(Vagrantfile) add V8 6.3

This commit is contained in:
Stefan Siegl 2017-09-24 13:59:56 +02:00
parent 8e8306ae3e
commit 6b275c5b6e
No known key found for this signature in database
GPG Key ID: B224EC6857AD7F9B

2
Vagrantfile vendored
View File

@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
#
# mass-define "generic" Ubuntu boxes
#
%w{5.7 5.8 5.9 6.0}.each { |version|
%w{5.7 5.8 5.9 6.0 6.3}.each { |version|
config.vm.define "v8-#{version}" do |i|
i.vm.synced_folder ".", "/data/v8js"