nodes/rx300: add php 8.0

This commit is contained in:
Franzi 2021-07-11 15:23:49 +02:00
parent a66d9c5765
commit 8da40eab67
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 140 additions and 0 deletions

View file

@ -11,6 +11,7 @@ nodes['rx300'] = {
'gitea',
'lm-sensors',
'miniflux',
'php',
'postgresql',
'smartd',
'travelynx',
@ -40,6 +41,10 @@ nodes['rx300'] = {
'ruby': {},
'ruby-dev': {},
'ruby-bundler': {},
# more php
'php-imagick': {},
'php-yaml': {},
},
# XXX remove this once nginx.org has packages for debian bullseye
'repos': {
@ -146,6 +151,19 @@ nodes['rx300'] = {
},
},
},
'php': {
'version': '8.0',
'packages': {
'gd',
'imap',
'intl',
'mbstring',
'opcache',
'pgsql',
'readline',
'xml',
},
},
'postgresql': {
'version': '13',
},