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

(Vagrantfile) switch to PHP 7.1

This commit is contained in:
Stefan Siegl 2017-03-11 18:11:27 +01:00
parent 970e7051fa
commit d16c373df3

2
Vagrantfile vendored
View File

@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
i.vm.provision "shell", inline: <<-SHELL
add-apt-repository ppa:pinepain/libv8-#{version}
apt-get update
apt-get install -y php7.0-dev libv8-#{version}-dbg libv8-#{version}-dev
apt-get install -y php7.1-dev libv8-#{version}-dbg libv8-#{version}-dev
SHELL
end
}