Debian 10 use PHP 7.4

This commit is contained in:
FusionPBX 2022-12-18 12:27:23 -07:00 committed by GitHub
parent d2bd98d96e
commit 31ae7fc978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if [ ."$os_codename" = ."bullseye" ]; then
php_version=7.4
fi
if [ ."$os_codename" = ."buster" ]; then
php_version=7.3
php_version=7.4
fi
if [ ."$os_codename" = ."stretch" ]; then
php_version=7.1