8000 Bump mariadb version (#1123) · PyMySQL/PyMySQL@2df6c06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2df6c06

Browse files
authored
Bump mariadb version (#1123)
In README and GH actions.
1 parent 2596bbb commit 2df6c06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- db: "mariadb:10.3"
18+
- db: "mariadb:10.4"
1919
py: "3.8"
2020

2121
- db: "mariadb:10.5"
2222
py: "3.7"
2323

24-
- db: "mariadb:10.7"
24+
- db: "mariadb:10.6"
2525
py: "3.11"
2626

27-
- db: "mariadb:10.8"
27+
- db: "mariadb:lts"
2828
py: "3.9"
2929

3030
- db: "mysql:5.7"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package contains a pure-Python MySQL client library, based on [PEP
1313
- [PyPy](https://pypy.org/) : Latest 3.x version
1414
- MySQL Server -- one of the following:
1515
- [MySQL](https://www.mysql.com/) \>= 5.7
16-
- [MariaDB](https://mariadb.org/) \>= 10.3
16+
- [MariaDB](https://mariadb.org/) \>= 10.4
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)
0