From 09fcfc6f56e5d33699aa37a39adc066b78332b2c Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:20:53 -0500 Subject: [PATCH] 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 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b3bf496..1c12810 100644 --- a/manifest.toml +++ b/manifest.toml @@ -116,7 +116,7 @@ ram.runtime = "1G" cli.default = 5766 [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", "build-essential", "libffi-dev", "libssl-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libjpeg-dev", "libpq-dev"]