From 55a34eb2e4bd09458052dd29511a1504e0da8101 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:41:04 +0000 Subject: [PATCH] Add php version for Raspbian Trixie and Forky --- debian/resources/php.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index f2005df..87484b9 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -34,6 +34,12 @@ elif [ ."$cpu_architecture" = ."arm" ]; then if [ ."$os_codename" = ."bookworm" ]; then php_version=8.2 fi + if [ ."$os_codename" = ."trixie" ]; then + php_version=8.4 + fi + if [ ."$os_codename" = ."forky" ]; then + php_version=8.4 + fi else #11.x - bullseye #10.x - buster