Skip to content

Commit 1212c74

Browse files
authored
👷 Add MariaDB 10.11 CI tests (#38)
* 👷 Add MariaDB 10.11 CI tests * 📝 Update readme
1 parent 7ab7a27 commit 1212c74

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

.github/workflows/test.yml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
py: "3.11"
266266

267267
- toxenv: "py27"
268-
db: "mariadb:10.5"
268+
db: "mariadb:10.6"
269269
legacy_db: 0
270270
experimental: false
271271
py: "2.7"
@@ -300,6 +300,42 @@ jobs:
300300
experimental: false
301301
py: "3.11"
302302

303+
- toxenv: "py27"
304+
db: "mariadb:10.11"
305+
legacy_db: 0
306+
experimental: false
307+
py: "2.7"
308+
309+
- toxenv: "py37"
310+
db: "mariadb:10.11"
311+
legacy_db: 0
312+
experimental: false
313+
py: "3.7"
314+
315+
- toxenv: "py38"
316+
db: "mariadb:10.11"
317+
legacy_db: 0
318+
experimental: false
319+
py: "3.8"
320+
321+
- toxenv: "py39"
322+
db: "mariadb:10.11"
323+
legacy_db: 0
324+
experimental: false
325+
py: "3.9"
326+
327+
- toxenv: "py310"
328+
db: "mariadb:10.11"
329+
legacy_db: 0
330+
experimental: false
331+
py: "3.10"
332+
333+
- toxenv: "py311"
334+
db: "mariadb:10.11"
335+
legacy_db: 0
336+
experimental: false
337+
py: "3.11"
338+
303339
- toxenv: "py27"
304340
db: "mysql:5.5"
305341
legacy_db: 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Downloads](https://pepy.tech/badge/mysql-to-sqlite3)](https://pepy.tech/project/mysql-to-sqlite3)
33
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysql-to-sqlite3)](https://pypi.org/project/mysql-to-sqlite3/)
44
[![MySQL Support](https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0&color=2b5d80)](https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80)
5-
[![MariaDB Support](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5+|+10.6&color=C0765A)](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A)
5+
[![MariaDB Support](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5+|+10.6|+10.11&color=C0765A)](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A)
66
[![GitHub license](https://img.shields.io/github/license/techouse/mysql-to-sqlite3)](https://github.com/techouse/mysql-to-sqlite3/blob/master/LICENSE)
77
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE-OF-CONDUCT.md)
88
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

0 commit comments

Comments
 (0)