From 6bd61040122b9450b21765de8b8f0a914cb0f112 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:53:16 +0100 Subject: [PATCH] [CI] Replace 11.4 with 11.8 (#758) (#760) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the new latest LTS. (cherry picked from commit 0063735b937d248a61b7f0e6cb3b34bb02c58282) Co-authored-by: Laurent Indermühle --- .github/workflows/ansible-test-plugins.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 0e3a24e..ec281fb 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -53,7 +53,7 @@ jobs: - '8.0.38' - '8.4.1' - '10.11.8' - - '11.4.5' + - '11.8.3' connector_name: - pymysql - mysqlclient @@ -88,7 +88,7 @@ jobs: db_engine_version: '10.11.8' - db_engine_name: mysql - db_engine_version: '11.4.5' + db_engine_version: '11.8.3' - db_engine_name: mariadb db_engine_version: '8.0.38' diff --git a/README.md b/README.md index 89f1499..e3043f7 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ For MariaDB, only Long Term releases are tested. When multiple LTS are available - mariadb:10.5.18 (collection version >= 3.5.2, < 3.10.0) - mariadb:10.5.25 (collection version >= 3.10.0, <3.13.0) - mariadb:10.6.11 (collection version >= 3.5.2, < 3.10.0) -- mariadb:10.11.8 (collection version >= 3.10.0) -- mariadb:11.4.5 (collection version >= 3.13.0) +- mariadb:10.11 (collection version >= 3.10.0) +- mariadb:11.8 (collection version >= 4.0.1) ### Database connectors