From 79c5f78a7b0c4528046d7ce0c181dab84fd41e38 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 23 May 2022 16:03:23 +0200 Subject: [PATCH] Update mariadb to 10.6.8 in test matrix --- .github/workflows/ansible-test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index c6363b1..51835f6 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -58,7 +58,7 @@ jobs: - mysql_5.7.31 - mysql_8.0.22 - mariadb_10.3.34 - - mariadb_10.5.9 + - mariadb_10.6.8 ansible: - stable-2.11 - stable-2.12 @@ -74,7 +74,7 @@ jobs: exclude: - db_engine_version: mysql_8.0.22 connector: pymysql==0.7.10 - - db_engine_version: mariadb_10.5.9 + - db_engine_version: mariadb_10.6.8 connector: pymysql==0.7.10 - python: 3.8 ansible: stable-2.11