From 0bdc5fd0aef547e7866395c70e444c9132e0ef84 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:05:49 -0500 Subject: [PATCH] Upgrade PHP version to 8.3 (#216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing (#213) * Update manifest.toml (#206) Upgrade php to v8.2 * Update _common.sh (#207) Upgrade carddav_version to 5.1.0 * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Change source for roundcube (releases instead of archives) * Update manifest.toml * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: Jérémie Parisel Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update manifest.toml Upgrade php to v8.3 --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: Jérémie Parisel Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index c13c87a..a04cedc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -70,15 +70,15 @@ ram.runtime = "50M" packages = [ "mariadb-server", "php-pear", - "php8.2-ldap", - "php8.2-mysql", - "php8.2-cli", - "php8.2-intl", - "php8.2-zip", - "php8.2-gd", - "php8.2-mbstring", - "php8.2-dom", - "php8.2-curl", + "php8.3-ldap", + "php8.3-mysql", + "php8.3-cli", + "php8.3-intl", + "php8.3-zip", + "php8.3-gd", + "php8.3-mbstring", + "php8.3-dom", + "php8.3-curl", ] [resources.database]