fix(grocy): update PHP version from 8.3 to 8.5 (#12651)

Grocy now requires PHP 8.5. Update both the install script and the
update function to use PHP 8.5 instead of 8.3.

Closes #12647
This commit is contained in:
CanbiZ (MickLesk)
2026-03-07 22:14:29 +01:00
committed by GitHub
parent 148f0121df
commit 8f557e460d
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ msg_info "Installing Dependencies"
$STD apt install -y apt-transport-https
msg_ok "Installed Dependencies"
PHP_VERSION="8.3" PHP_APACHE="YES" setup_php
PHP_VERSION="8.5" PHP_APACHE="YES" setup_php
fetch_and_deploy_gh_release "grocy" "grocy/grocy" "prebuild" "latest" "/var/www/html" "grocy*.zip"
msg_info "Configuring grocy"