mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Only run ansible devel on python 3.8
This commit is contained in:
parent
50392879c7
commit
6100307975
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ansible-test-plugins.yml
vendored
9
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -61,19 +61,20 @@ jobs:
|
|||
- stable-2.9
|
||||
- stable-2.10
|
||||
- stable-2.11
|
||||
- devel
|
||||
# - devel
|
||||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
# - 3.8
|
||||
connector:
|
||||
- pymysql==0.7.10
|
||||
- pymysql==0.9.3
|
||||
- mysqlclient==2.0.1
|
||||
include:
|
||||
- ansible: devel
|
||||
python: 3.8
|
||||
exclude:
|
||||
- mysql: 8.0.22
|
||||
connector: pymysql==0.7.10
|
||||
- ansible: devel
|
||||
python: 3.6
|
||||
steps:
|
||||
|
||||
- name: Check out code
|
||||
|
|
Loading…
Add table
Reference in a new issue