From e90b2136dced950b07fe9d22b1c92fac309418ee Mon Sep 17 00:00:00 2001 From: illgitthat Date: Fri, 4 Sep 2020 15:12:17 -0400 Subject: [PATCH] Update azuredeploy.json Updating PHP from 7.2 to 7.4 to fix #120 --- azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index ca57810f48..368fdb9e8d 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -86,10 +86,10 @@ ], "properties": { - "phpVersion": "7.2" + "phpVersion": "7.4" } } ] } ] -} \ No newline at end of file +}