Add mariadb 10.3.32 to database tests (#87741)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
epenet
2023-02-13 23:28:39 +01:00
committed by GitHub
parent d8ec259e9a
commit efef915fc7
2 changed files with 3 additions and 6 deletions

View File

@@ -34,11 +34,13 @@ env:
HA_SHORT_VERSION: 2023.3
DEFAULT_PYTHON: "3.10"
ALL_PYTHON_VERSIONS: "['3.10']"
# 10.3 is the oldest supported version
# - 10.3.32 is the version currently shipped with Synology (as of 17 Feb 2022)
# 10.6 is the current long-term-support
# - 10.6.10 is the version currently shipped with the Add-on (as of 31 Jan 2023)
# 10.10 is the latest short-term-support
# - 10.10.3 is the latest (as of 6 Feb 2023)
MARIADB_VERSIONS: "['mariadb:10.6.10','mariadb:10.10.3']"
MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3']"
POSTGRESQL_VERSIONS: "['postgres:15.0']"
PRE_COMMIT_CACHE: ~/.cache/pre-commit
PIP_CACHE: /tmp/pip-cache