Skip to content

Commit

Permalink
DOC Clarify we test with the latest LTS for MariaDB and MySQL (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 27, 2024
1 parent 79b8f5e commit 19a1c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/00_Getting_Started/00_Server_Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19a1c29

Please sign in to comment.