Skip to content

Commit

Permalink
Bump mariadb version (PyMySQL#1123)
Browse files Browse the repository at this point in the history
In README and GH actions.
  • Loading branch information
grooverdan authored May 25, 2023
1 parent 2596bbb commit 2df6c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
fail-fast: false
matrix:
include:
- db: "mariadb:10.3"
- db: "mariadb:10.4"
py: "3.8"

- db: "mariadb:10.5"
py: "3.7"

- db: "mariadb:10.7"
- db: "mariadb:10.6"
py: "3.11"

- db: "mariadb:10.8"
- db: "mariadb:lts"
py: "3.9"

- db: "mysql:5.7"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package contains a pure-Python MySQL client library, based on [PEP
- [PyPy](https://pypy.org/) : Latest 3.x version
- MySQL Server -- one of the following:
- [MySQL](https://www.mysql.com/) \>= 5.7
- [MariaDB](https://mariadb.org/) \>= 10.3
- [MariaDB](https://mariadb.org/) \>= 10.4

## Installation

Expand Down

0 comments on commit 2df6c06

Please sign in to comment.