From f6e7b36d7cdc9643af6b853295291dd55cc4c268 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 9 Jan 2023 19:34:12 +0100 Subject: [PATCH] Activate Mysql 8 and Mariadb into GitHub Action Workflow --- .github/workflows/ansible-test-plugins.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index f816a7d..256d59f 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -42,9 +42,9 @@ jobs: matrix: db_engine_version: - mysql:5.7.40 - # - mysql:8.0.31 + - mysql:8.0.31 # - mariadb:10.4.24 - # - mariadb:10.5.18 + - mariadb:10.5.18 # - mariadb:10.6.11 # - mariadb:10.7.7 # - mariadb:10.8.3 @@ -58,9 +58,9 @@ jobs: - 3.9 # - 3.10 connector: - - pymysql==0.7.10 + # - pymysql==0.7.10 - pymysql==0.9.3 - - mysqlclient==2.0.1 + # - mysqlclient==2.0.1 exclude: - db_engine_version: mysql:8.0.22 connector: pymysql==0.7.10