Skip to content

Commit 0825c27

Browse files
authored
Test on MariaDB 10.8 (#916)
1 parent 21bcbf0 commit 0825c27

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- mariadb:10.5
3333
- mariadb:10.6
3434
- mariadb:10.7
35+
- mariadb:10.8
3536

3637
services:
3738
database:

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ History
44

55
* Drop support for Django 2.2, 3.0, and 3.1.
66

7-
* Support MariaDB 10.7.
7+
* Support MariaDB 10.7 and 10.8.
88

99
* Drop ``django_mysql.utils.connection_is_mariadb``. On Django 3.0+ you can
1010
simply check:

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Django 2.2 to 3.2 supported.
1010

1111
MySQL 5.7 to 8.0 supported.
1212

13-
MariaDB 10.2 to 10.7 supported.
13+
MariaDB 10.2 to 10.8 supported.
1414

1515
mysqclient 1.3 to 1.4 supported.
1616

0 commit comments

Comments
 (0)