mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
Add python 3.8 testing
This commit is contained in:
parent
158471e7ee
commit
50392879c7
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ansible-test-plugins.yml
vendored
5
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -61,9 +61,10 @@ jobs:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
#- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.8
|
||||||
connector:
|
connector:
|
||||||
- pymysql==0.7.10
|
- pymysql==0.7.10
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
|
@ -71,6 +72,8 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- mysql: 8.0.22
|
- mysql: 8.0.22
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
|
- ansible: devel
|
||||||
|
python: 3.6
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
|
|
Loading…
Add table
Reference in a new issue