Skip to content

Commit

Permalink
Update tested database versions (#1113)
Browse files Browse the repository at this point in the history
Checked on endoflife.date tables:
[MariaDB](https://endoflife.date/mariadb),
[MySQL](https://endoflife.date/mysql).
  • Loading branch information
adamchainz authored Sep 9, 2024
1 parent e39d525 commit 4263317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
- '3.13'
database:
- mysql:8.0
- mysql:9.0
- mariadb:10.5
- mariadb:10.6
- mariadb:10.7
- mariadb:10.8
- mariadb:10.11
- mariadb:11.4

services:
database:
Expand Down
6 changes: 1 addition & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ Python 3.8 to 3.13 supported.

Django 3.2 to 5.1 supported.

MySQL 8.0 supported.

MariaDB 10.5 to 10.8 supported.

mysqclient 1.3 to 1.4 supported.
Tested on MySQL 8.0+ and MariaDB 10.5+.

Installation
------------
Expand Down

0 comments on commit 4263317

Please sign in to comment.