From 453c8ed9b9e239bdca708062dd33f38b1342151b Mon Sep 17 00:00:00 2001 From: Eddy Lackmann Date: Mon, 12 Oct 2020 22:24:39 +0200 Subject: [PATCH] Fixed issue: Ubuntu 20 can't deal with php 5.6 in vagrant --- multi.vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi.vagrantfile b/multi.vagrantfile index 9713f9f..ddaf1b6 100644 --- a/multi.vagrantfile +++ b/multi.vagrantfile @@ -110,7 +110,7 @@ Vagrant.configure("2") do |config| #Custom variable for installation ip = "10.0.0.30" #php setup - phpversion = "5.6" + phpversion = "7.4" #mysql setup mysqlRootPass = "password" mysqlDBName = "limesurvey"