mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Explicitly define PHP version (set to latest 8.3) (#466)
* Set PHP version to 8.2 * Update manifest.toml Change PHP version to 8.3
This commit is contained in:
parent
cd9c4b2e40
commit
09fcfc6f56
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ ram.runtime = "1G"
|
||||||
cli.default = 5766
|
cli.default = 5766
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ["coturn", "acl", "postgresql", "php-fpm",
|
packages = ["coturn", "acl", "postgresql", "php8.3-fpm",
|
||||||
"python3-dev", "python3-venv", "python3-pip", "python3-setuptools", "python3-lxml",
|
"python3-dev", "python3-venv", "python3-pip", "python3-setuptools", "python3-lxml",
|
||||||
"build-essential", "libffi-dev", "libssl-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libjpeg-dev", "libpq-dev"]
|
"build-essential", "libffi-dev", "libssl-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libjpeg-dev", "libpq-dev"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue