From 899fc67a69a9543ecbd1e46268bf75334dc0e32c Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Fri, 28 Jul 2023 00:31:22 +0200 Subject: [PATCH] Use php8.2 rather than 8.1 --- scripts/_common.sh | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9b93518..2275a23 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -YNH_PHP_VERSION="8.1" +YNH_PHP_VERSION="8.2" YNH_COMPOSER_VERSION="2.5.8" pkg_dependencies="postgresql postgresql-contrib php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd" diff --git a/scripts/install b/scripts/install index 0fc9288..92537ed 100755 --- a/scripts/install +++ b/scripts/install @@ -255,7 +255,7 @@ ynh_systemd_action --service_name=nginx --action=reload ynh_script_progression --message="Enabling ldapauth addon..." pushd "$final_path" - /usr/bin/php8.1 util/addons install ldapauth + /usr/bin/php8.2 util/addons install ldapauth popd #=================================================