mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -07:00
Add python 3.9 to unit tests
This commit is contained in:
parent
11e625b81d
commit
a019a3a520
1 changed files with 13 additions and 1 deletions
14
.github/workflows/ansible-test-plugins.yml
vendored
14
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -168,6 +168,18 @@ jobs:
|
|||
- stable-2.12
|
||||
- stable-2.13
|
||||
- devel
|
||||
python:
|
||||
- 3.8
|
||||
- 3.9
|
||||
exclude:
|
||||
- python: 3.9
|
||||
ansible: stable-2.11
|
||||
- python: 3.9
|
||||
ansible: stable-2.12
|
||||
- python: 3.8
|
||||
ansible: stable-2.13
|
||||
- python: 3.8
|
||||
ansible: devel
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
@ -178,7 +190,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install ansible-base (${{matrix.ansible}})
|
||||
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