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 #=================================================