Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update mariadb tests to 10.8, remove end of life mariadb 10.2 #1049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- db: "mariadb:10.2"
py: "3.9"

- db: "mariadb:10.3"
py: "3.8"

Expand All @@ -27,6 +24,9 @@ jobs:
- db: "mariadb:10.7"
py: "3.11-dev"

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

- db: "mysql:5.7"
py: "pypy-3.8"

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release date: TBD

* Dropped support of end of life MySQL version 5.6
* Dropped support of end of life MariaDB versions below 10.2
* Dropped support of end of life MariaDB versions below 10.3
* Dropped support of end of life Python version 3.6


Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Requirements
* MySQL Server -- one of the following:

- MySQL_ >= 5.7
- MariaDB_ >= 10.2
- MariaDB_ >= 10.3

.. _CPython: https://www.python.org/
.. _PyPy: https://pypy.org/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Requirements
* MySQL Server -- one of the following:

- MySQL_ >= 5.7
- MariaDB_ >= 10.2
- MariaDB_ >= 10.3

.. _CPython: http://www.python.org/
.. _PyPy: http://pypy.org/
Expand Down