Skip to content

Commit ac7da88

Browse files
committed
Remove tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11
1 parent 2e993e3 commit ac7da88

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@ jobs:
413413
db:
414414
- [mysql, '5.7']
415415
- [mysql, '8.0']
416-
- [mariadb, '10.3']
417416
- [mariadb, '10.4']
418417
- [mariadb, '10.5']
419418
- [mariadb, '10.6']
420-
- [mariadb, '10.7']
421-
- [mariadb, '10.8']
419+
- [mariadb, '10.9']
420+
- [mariadb, '10.10']
421+
- [mariadb, '10.11']
422422

423423
fail-fast: false
424424
runs-on: ${{ matrix.os }}

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ next (unreleased)
1616

1717
* Modernized code with `pyupgrade <https://github.com/asottile/pyupgrade>`_ to Python 3.7+ syntax #930
1818

19+
* Removed tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11 #932
20+
1921
0.1.1 (2022-05-08)
2022
^^^^^^^^^^^^^^^^^^
2123

0 commit comments

Comments
 (0)