Skip to content

Commit 63ec6ae

Browse files
committed
Issue #143: Fixed the list of MariaDB supported versions in v7 docs
Signed-off-by: alexmerlin <[email protected]>
1 parent 0a2a644 commit 63ec6ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/book/v6/introduction/server-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported.
2929

3030
## RDBMS
3131

32-
* Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS
32+
* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS
3333
* Tested with MySQL 8.4 LTS
3434

3535
> For MySQL 8.4 LTS be sure you have the below line in my.cnf

docs/book/v6/transition-from-api-tools/discovery-phase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz
88
- which is the connection to a database
99
- which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)?
1010

11-
> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS
11+
> Dotkernel API version 6 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS
1212
1313
## Authentication and Authorization
1414

docs/book/v7/introduction/server-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported.
2929

3030
## RDBMS
3131

32-
* Tested with MariaDB 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS
32+
* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS
3333
* Tested with PostgreSQL 13 and above
3434

3535
> MySQL is not supported because of missing UUID support.

docs/book/v7/transition-from-api-tools/discovery-phase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz
88
- which is the connection to a database
99
- which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)?
1010

11-
> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above.
11+
> Dotkernel API version 7 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above.
1212
1313
## Authentication and Authorization
1414

0 commit comments

Comments
 (0)