소스 검색

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

Stefan Siegl 8 년 전
부모
커밋
667e9e8d7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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