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

(Vagrantfile) list more versions available from @pinepain's PPA

This commit is contained in:
Stefan Siegl 2017-03-11 18:13:22 +01:00
parent d16c373df3
commit 667e9e8d7f

2
Vagrantfile vendored
View File

@ -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}