From 6406e295a373fe193d71f03cbec9dffa32184194 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 15 Dec 2021 14:01:22 +0100 Subject: [PATCH] Change php version to 7.4 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5ffdb6ac..af462313 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" YNH_COMPOSER_VERSION="2.1.5"