From 2311d69a63dc108d86f0c72ced91b9097bd8f423 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 6 Sep 2022 22:35:31 +0300 Subject: [PATCH] fix(php) : bullseye defaut php version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d24124d..a03c658 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" # dependencies used by the app pkg_dependencies="php${YNH_PHP_VERSION}-zip"