bundles/php: remove sury repo, use debian php version

This commit is contained in:
Franzi 2025-02-23 12:08:14 +01:00
parent fab81145ca
commit fed5cbfc52
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 10 additions and 58 deletions

View file

@ -176,7 +176,6 @@ ratelimit-exempt-hosts = [
]
[metadata.php]
version = "8.2"
packages = [
'gd',
'imagick',

View file

@ -52,12 +52,10 @@ nodes['htz-cloud.pirmasens'] = {
},
},
'php': {
'version': '7.4',
'packages': {
'gd',
'imap',
'intl',
'json',
'mbstring',
'opcache',
'pgsql',

View file

@ -41,7 +41,6 @@ domain = "sso.rotten.city"
domain = "immich.rotten.city"
[metadata.php]
version = "8.2"
packages = [
"xml",
]