From 8ced20caff22dc29f13757d9d6f6750bc9dbc54c Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 23 May 2022 16:49:08 +0200 Subject: [PATCH] try 10.8.3 --- .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 51835f6..00b2f27 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.6.8 + - mariadb_10.8.3 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.6.8 + - db_engine_version: mariadb_10.8.3 connector: pymysql==0.7.10 - python: 3.8 ansible: stable-2.11