mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -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
|
||||
# - 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue