From 30ab7607f2e96bfe2b93c3ce7a8454e28b3c6a29 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 23 Jan 2018 11:35:15 -0700 Subject: [PATCH] Update README.md Update README.md to show most recent platform configurations tested Signed-off-by: Scott Lowe --- vagrant/multi-platform/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant/multi-platform/README.md b/vagrant/multi-platform/README.md index 8f66432..a70614e 100644 --- a/vagrant/multi-platform/README.md +++ b/vagrant/multi-platform/README.md @@ -2,8 +2,8 @@ These files were created to test a method of providing a single Vagrant ([http://www.vagrantup.com](http://www.vagrantup.com)) environment that could support multiple local virtualization platforms without any changes to the `Vagrantfile` or supporting configuration files. This configuration was tested with the following components: -* Vagrant 1.7.4 with VirtualBox 4.3.36 on Debian "Jessie" using the official "debian/jessie64" Vagrant box -* Vagrant 1.8.1 with VMware Fusion 8.1.0 on OS X 10.11.3 using my self-built "slowe/debian-81-x64" Vagrant box +* Vagrant 1.9.7 with VirtualBox 5.1.26 on OS X 10.12.6 using the official "debian/jessie64" Vagrant box +* Vagrant 1.9.7 with VMware Fusion 10.1.1 on OS X 10.12.6 using the "bento/debian-8.6" Vagrant box ## Contents