mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-12 01:48:45 +00:00
(Vagrantfile) list more versions available from @pinepain's PPA
This commit is contained in:
parent
d16c373df3
commit
667e9e8d7f
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -29,7 +29,7 @@ Vagrant.configure("2") do |config|
|
||||
add-apt-repository ppa:ondrej/php
|
||||
SHELL
|
||||
|
||||
%w{5.2 5.7 5.8}.each { |version|
|
||||
%w{5.1 5.2 5.4 5.7 5.8 5.9}.each { |version|
|
||||
config.vm.define "v8-#{version}" do |i|
|
||||
i.vm.provision "shell", inline: <<-SHELL
|
||||
add-apt-repository ppa:pinepain/libv8-#{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user