mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 12:51:52 +00:00
(Vagrantfile) add box with V8 6.0.318, refs #313
This commit is contained in:
parent
98c2a6baec
commit
8fc207a9a6
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -37,7 +37,7 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
}
|
||||
|
||||
%w{5.9.35}.each { |version|
|
||||
%w{5.9.35 6.0.318}.each { |version|
|
||||
config.vm.define "v8-#{version}" do |i|
|
||||
i.vm.synced_folder ".", "/data/v8js"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user