From d9f766cca6aa2f09d3b0c83786099715211836aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 24 Feb 2026 08:32:11 +0100 Subject: [PATCH] PHP bump (#12247) --- ct/firefly.sh | 3 +++ install/firefly-install.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/firefly.sh b/ct/firefly.sh index 1d1ea1203..808dc8048 100644 --- a/ct/firefly.sh +++ b/ct/firefly.sh @@ -28,7 +28,10 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + setup_mariadb + PHP_VERSION="8.5" PHP_APACHE="YES" setup_php + if check_for_gh_release "firefly" "firefly-iii/firefly-iii"; then systemctl stop apache2 cp /opt/firefly/.env /opt/.env diff --git a/install/firefly-install.sh b/install/firefly-install.sh index a47b81870..e1a1b7848 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -PHP_VERSION="8.4" PHP_APACHE="YES" setup_php +PHP_VERSION="8.5" PHP_APACHE="YES" setup_php setup_composer setup_mariadb MARIADB_DB_NAME="firefly" MARIADB_DB_USER="firefly" setup_mariadb_db