From cd113f1bd2ed0f146f56dffba5ef3dc1d80334c6 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:29:48 +0200 Subject: [PATCH] Modify MariaDB versions and update comments (#182942) --- .github/workflows/ci.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd86c57613fe..d17c64fb493a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,19 +41,15 @@ env: MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2026.10" ADDITIONAL_PYTHON_VERSIONS: "[]" - # 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) - # 10.11 is the latest long-term-support - # - 10.11.2 is the version currently shipped with Synology (as of 11 Oct 2023) - # 11.4 is an LTS with support until May 2029 - # - 11.4.9 is used in Alpine 3.23 (used in latest HA base images as of 11 Apr 2026) + # LTS versions: 10.3, 10.6, 10.11, 11.4, 11.8, 12.3 + # - 10.3 and 10.6 are the versions currently phased out until 2027.3 + # - 10.11.2 is the oldest supported long term version (as of September 2026) + # - 11.4.9 is used in Alpine 3.23 (used in latest HA base images as of April 2026) + # - 11.8.8 is used in Alpine 3.24 (used in latest HA base images as of July 2026) + # - 12.3.3 is the latest supported long term version (as of September 2026) # mysql 8.0.32 does not always behave the same as MariaDB # and some queries that work on MariaDB do not work on MySQL - MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3','mariadb:10.11.2','mariadb:11.4.9','mysql:8.0.32']" + MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.11.2','mariadb:11.4.9','mariadb:11.8.8','mariadb:12.3.3','mysql:8.0.32']" # 12 is the oldest supported version # - 12.22 is the latest (as of 19 Aug 2026) # 15 is a supported version