From 972a1c1f0de1df71743ba0853354aabdd39a371f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Mar 2022 10:52:21 +0100 Subject: [PATCH] 7.4 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a19e560..9f3e978 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": false, "services": [ "nginx", - "php8.0-fpm", + "php7.4-fpm", "postgresql", "metronome" ], diff --git a/scripts/_common.sh b/scripts/_common.sh index a7551e4..4adc929 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.0" +YNH_PHP_VERSION="7.4" YNH_COMPOSER_VERSION="2.2.7"