mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 23:41:44 -07:00
Add python 3.9 to integrations tests
This commit is contained in:
parent
d529510922
commit
11e625b81d
1 changed files with 10 additions and 1 deletions
11
.github/workflows/ansible-test-plugins.yml
vendored
11
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
- 3.9
|
||||||
connector:
|
connector:
|
||||||
- pymysql==0.7.10
|
- pymysql==0.7.10
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
|
@ -92,12 +93,20 @@ jobs:
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
|
- python: 3.9
|
||||||
|
ansible: stable-2.11
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
- python: 3.9
|
||||||
|
ansible: stable-2.12
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
|
- python: 3.8
|
||||||
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
- python: 3.8
|
||||||
|
ansible: devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -109,7 +118,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Install ansible-base (${{ matrix.ansible }})
|
- name: Install ansible-base (${{ matrix.ansible }})
|
||||||
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
|
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue