From 41a4a9e6057ab427ac7ac32d8731581a907ddabf Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 24 Oct 2022 17:02:34 +0200 Subject: [PATCH] Fix invalid workflow file --- .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 8d1578e..9a8ca8a 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -53,14 +53,14 @@ jobs: # - stable-2.14 # - devel python: - - 3.6 + # - 3.6 - 3.8 # - 3.9 connector: # - pymysql==0.7.10 - pymysql==0.9.3 # - mysqlclient==2.0.1 - exclude: + exclude: [] # - db_engine_version: mysql_8.0.22 # connector: pymysql==0.7.10 # - python: 3.6