Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
102 stars 54 forks source link

WIP: Automatically check and abort if VirtualBox version not compatible #137

Open ottok opened 4 years ago

ottok commented 4 years ago

Related: #96, #122

ottok commented 3 years ago

If we get the experience from VirtualBox 6.2, 6.3 etc that they always break the project template / Vagrant, then we should have this restriction in place to prevent users from accidentally running too new VirtualBox versions. Oracle has a tendency to ignore backwards compatibility, so this is a risk.

Right now it is not a problem, so to avoid bloating the code base I am not merging this in yet, and thus leaving it as WIP.