From 3042bd465fbe50dd2c835a519af6ce94f6b2d5a4 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 23 Mar 2023 16:16:31 +0100 Subject: [PATCH] Fix 2 tests matrix that target en nonexistent docker_image --- .github/workflows/ansible-test-plugins.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 027d70c..4b56e54 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -110,6 +110,9 @@ jobs: - connector_name: mysqlclient connector_version: 1.0.2 + - db_engine_name: mariadb + connector_version: 0.7.11 + - db_engine_version: 5.7.40 python: '3.9' @@ -168,7 +171,7 @@ jobs: connector_version: 2.0.1 - python: '3.10' - connector_version: 2.1.1 + connector_version: 2.0.3 - python: '3.8' ansible: stable-2.13