diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 6d22ba5..547f25a 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -80,11 +80,6 @@ jobs: # ================================================================== # MySQL 8 + Python 3.8 # ================================================================== - - ansible: stable-2.12 - db_engine_version: mysql:8.0.31 - python: '3.8' - connector: pymysql==0.7.11 - docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest - ansible: stable-2.12 db_engine_version: mysql:8.0.31 python: '3.8' @@ -96,11 +91,6 @@ jobs: connector: mysqlclient==2.0.1 docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest - - ansible: stable-2.13 - db_engine_version: mysql:8.0.31 - python: '3.8' - connector: pymysql==0.7.11 - docker_image: quay.io/mws/community-mysql-test-containers-my80-py38-mysqlclient201-pymysql0711:latest - ansible: stable-2.13 db_engine_version: mysql:8.0.31 python: '3.8'