From d2ca1b4dcd6b2f1d1b396ac41597988447bb3cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:22:42 +0100 Subject: [PATCH] PHP8.0 not the default PHP version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fbd94b3..c60f3f1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,7 +18,7 @@ YNH_PHP_VERSION=8.0 # PHP dependencies used by the app (must be on a single line) #php_dependencies="php$YNH_PHP_VERSION-deb1 php$YNH_PHP_VERSION-deb2" # or, if you do not need a custom YNH_PHP_VERSION: -php_dependencies="php$YNH_DEFAULT_PHP_VERSION-sqlite3" +php_dependencies="php$YNH_PHP_VERSION-sqlite3" # dependencies used by the app (must be on a single line) pkg_dependencies="$php_dependencies"