mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
Fix invalid workflow file
This commit is contained in:
parent
9c23556382
commit
41a4a9e605
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -53,14 +53,14 @@ jobs:
|
||||||
# - stable-2.14
|
# - stable-2.14
|
||||||
# - devel
|
# - devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
# - 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
# - 3.9
|
# - 3.9
|
||||||
connector:
|
connector:
|
||||||
# - pymysql==0.7.10
|
# - pymysql==0.7.10
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
# - mysqlclient==2.0.1
|
# - mysqlclient==2.0.1
|
||||||
exclude:
|
exclude: []
|
||||||
# - db_engine_version: mysql_8.0.22
|
# - db_engine_version: mysql_8.0.22
|
||||||
# connector: pymysql==0.7.10
|
# connector: pymysql==0.7.10
|
||||||
# - python: 3.6
|
# - python: 3.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue