remove 8.2 / 8.3

This commit is contained in:
CanbiZ 2025-01-20 14:22:06 +01:00 committed by GitHub
parent 783e9b160d
commit 70d75bf53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,8 @@ $STD apt-get update
msg_ok "Setup PHP8.4 Repository" msg_ok "Setup PHP8.4 Repository"
msg_info "Setup PHP" msg_info "Setup PHP"
$STD apt-get remove -y php8.2*
$STD apt-get remove -y php8.3*
$STD apt-get install -y \ $STD apt-get install -y \
php8.4 \ php8.4 \
php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \ php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \