1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

Use php8.2 rather than 8.1

This commit is contained in:
dragondaddy 2023-07-28 00:31:22 +02:00
parent ef8735fcba
commit 899fc67a69
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

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