1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Upgrade PHP to 8.2

This commit is contained in:
Mateusz 2024-03-22 23:31:00 +01:00 committed by GitHub
parent e2a279ec48
commit 9aadaf562c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,14 +87,14 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"python3-pip",
"php7.4-cli",
"php7.4-fpm",
"php7.4-mysql",
"php7.4-imap",
"php7.4-gd",
"php7.4-ldap",
"php7.4-zip",
"php7.4-mbstring",
"php8.2-cli",
"php8.2-fpm",
"php8.2-mysql",
"php8.2-imap",
"php8.2-gd",
"php8.2-ldap",
"php8.2-zip",
"php8.2-mbstring",
"mariadb-server",
]