From 19a1c294416f9c4ca6c649dd8745d3283d95e699 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:56:16 +1200 Subject: [PATCH] DOC Clarify we test with the latest LTS for MariaDB and MySQL (#535) --- en/00_Getting_Started/00_Server_Requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/00_Getting_Started/00_Server_Requirements.md b/en/00_Getting_Started/00_Server_Requirements.md index d4a3c4190..6d1a873d7 100644 --- a/en/00_Getting_Started/00_Server_Requirements.md +++ b/en/00_Getting_Started/00_Server_Requirements.md @@ -26,9 +26,9 @@ You also need to install [Composer 2](https://getcomposer.org/). ## Database -We officially support and regression test against the LTS releases of MySQL and MariaDB, though we may choose to support additional versions on a case-by-case basis. +We officially support and regression test against the latest LTS releases of MySQL and MariaDB, though we may choose to support additional versions on a case-by-case basis. -- MySQL >=5.6 (built-in, [commercially supported](/project_governance/supported_modules/)) +- MySQL >=5.6 and MariaDB (built-in, [commercially supported](/project_governance/supported_modules/)) - PostgreSQL ([third party module](https://github.com/silverstripe/silverstripe-postgresql), community supported) - SQL Server ([third party module](https://github.com/silverstripe/silverstripe-mssql), community supported)