From bfd5c575e68d85e49e5db5ff5956e9e153950a9d Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 22 Sep 2024 18:20:54 -0400 Subject: [PATCH] fix(upgrade_to_30): Note the drop of MariaDB 10.5 support Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_30.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/release_notes/upgrade_to_30.rst b/admin_manual/release_notes/upgrade_to_30.rst index bafb651d0..75f4bcdd1 100644 --- a/admin_manual/release_notes/upgrade_to_30.rst +++ b/admin_manual/release_notes/upgrade_to_30.rst @@ -8,6 +8,7 @@ System requirements * PHP 8.1 is now deprecated but still supported. * PHP 8.0 is no longer supported. * PostgreSQL 9.4 is no longer supported. +* MariaDB 10.5 is no longer supported. Web server configuration ------------------------