Test with PHP 8.4

This commit is contained in:
2025-08-08 17:13:56 +00:00
parent 2bfcf86597
commit f8a98c2d77

View File

@ -77,7 +77,7 @@ systemctl start lsws
sleep 2 sleep 2
# PHP and extensions # PHP and extensions
PHPVER='8.1' PHPVER='8.4'
apt install -y lsphp${PHPVER//./} lsphp${PHPVER//./}-{common,mysql,curl,imagick,intl,opcache,redis} apt install -y lsphp${PHPVER//./} lsphp${PHPVER//./}-{common,mysql,curl,imagick,intl,opcache,redis}
# Create a symlink that gives PHP CLI capability but uses the LSPHP version of PHP to coincide with server # Create a symlink that gives PHP CLI capability but uses the LSPHP version of PHP to coincide with server