mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-23 21:01:53 +00:00
(Vagrantfile) add V8 6.3
This commit is contained in:
parent
8e8306ae3e
commit
6b275c5b6e
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user