Add php version for Raspbian Trixie and Forky

This commit is contained in:
Alex
2026-07-30 21:41:04 +00:00
committed by GitHub
parent 1d4100b95f
commit 55a34eb2e4

View File

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