Skip to content

Commit 0cf4a84

Browse files
authored
Update tested database versions (#1164)
Checked on endoflife.date tables: [MariaDB](https://endoflife.date/mariadb), [MySQL](https://endoflife.date/mysql).
1 parent 10ca704 commit 0cf4a84

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
- '3.13'
2929
- '3.14'
3030
database:
31-
- mysql:8.0
32-
- mysql:9.0
33-
- mariadb:10.5
34-
- mariadb:10.6
35-
- mariadb:10.11
31+
- mysql:9.4
32+
- mysql:8.4
33+
- mariadb:12.0
34+
- mariadb:11.8
3635
- mariadb:11.4
36+
- mariadb:10.11
37+
- mariadb:10.6
3738

3839
services:
3940
database:

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Unreleased
77

88
* Support Python 3.14.
99

10+
* Add testing for new database versions:
11+
12+
* MariaDB 12.0, 11.8
13+
* MySQL 8.4 and 9.4.
14+
15+
Drop testing for EOL versions:
16+
17+
* MariaDB 10.5
18+
* MySQL 8.0 and 9.0
19+
20+
No changes were needed.
21+
1022
4.17.0 (2025-05-13)
1123
-------------------
1224

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python 3.9 to 3.14 supported.
88

99
Django 4.2 to 5.2 supported.
1010

11-
Tested on MySQL 8.0+ and MariaDB 10.5+.
11+
Tested on MySQL 8.4+ and MariaDB 10.6+.
1212

1313
Installation
1414
------------

0 commit comments

Comments
 (0)