mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Cut python 3.9 for devel in roles tests
This commit is contained in:
parent
9400ec206e
commit
ff485edeb9
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ansible-test-roles.yml
vendored
8
.github/workflows/ansible-test-roles.yml
vendored
|
@ -29,12 +29,16 @@ jobs:
|
||||||
- stable-2.15
|
- stable-2.15
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.8
|
- '3.8'
|
||||||
- 3.9
|
- '3.9'
|
||||||
|
- '3.10'
|
||||||
exclude:
|
exclude:
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
|
||||||
|
- python: 3.9
|
||||||
|
ansible: devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
|
|
Loading…
Add table
Reference in a new issue