Skip to content

Commit

Permalink
Merge branch 'mariadb-versions' (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed May 28, 2023
2 parents 2e993e3 + ac7da88 commit e40caac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,12 @@ jobs:
db:
- [mysql, '5.7']
- [mysql, '8.0']
- [mariadb, '10.3']
- [mariadb, '10.4']
- [mariadb, '10.5']
- [mariadb, '10.6']
- [mariadb, '10.7']
- [mariadb, '10.8']
- [mariadb, '10.9']
- [mariadb, '10.10']
- [mariadb, '10.11']

fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ next (unreleased)

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

* Removed tests for EoL MariaDB versions 10.3, 10.7 and 10.8, added tests for MariaDB 10.9, 10.10, 10.11 #932

0.1.1 (2022-05-08)
^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit e40caac

Please sign in to comment.