From 3c14f0d34e49182506f77fe4f3e6fb70736eb700 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:33:30 +0100 Subject: [PATCH] Upgrade PHP version from 8.4 to 8.5 --- install/koillection-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/koillection-install.sh b/install/koillection-install.sh index 397cdc371..1bc745c2c 100644 --- a/install/koillection-install.sh +++ b/install/koillection-install.sh @@ -15,7 +15,7 @@ update_os NODE_VERSION="22" NODE_MODULE="yarn@latest" setup_nodejs PG_VERSION="16" setup_postgresql -PHP_VERSION="8.4" PHP_APACHE="YES" PHP_MODULE="apcu,ctype,dom,fileinfo,iconv,pgsql" setup_php +PHP_VERSION="8.5" PHP_APACHE="YES" PHP_MODULE="apcu,ctype,dom,fileinfo,iconv,pgsql" setup_php setup_composer msg_info "Setting up PostgreSQL"