mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-03 06:49:12 -07:00
Cut tests for incompatible MySQL 8 and pymysql 0.7.11
This commit is contained in:
parent
757e974fe5
commit
0e5f87e969
1 changed files with 0 additions and 10 deletions
10
.github/workflows/ansible-test-plugins.yml
vendored
10
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue