mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-11 12:52:10 +07:00
Support many php versions (php7) + drop wheezy support
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -6,9 +6,8 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
vms_debian = [
|
||||
[ "debian-wheezy", "debian/wheezy64" ],
|
||||
[ "debian-jessie", "debian/jessie64" ],
|
||||
[ "debian-stretch", "sharlak/debian_stretch_64" ],
|
||||
[ "debian-stretch", "sharlak/debian_stretch_64" ]
|
||||
]
|
||||
|
||||
vms_freebsd = [
|
||||
|
||||
Reference in New Issue
Block a user