Exclude older version of Ansible when testing Python 3.9

This commit is contained in:
R. Sicart 2022-09-14 10:44:22 +02:00
commit ca86c29e2c

View file

@ -32,16 +32,22 @@ jobs:
- 3.8 - 3.8
- 3.9 - 3.9
exclude: exclude:
- python: 3.8
ansible: stable-2.11
- python: 3.6 - python: 3.6
ansible: stable-2.12 ansible: stable-2.12
- python: 3.6 - python: 3.6
ansible: stable-2.13 ansible: stable-2.13
- python: 3.6 - python: 3.6
ansible: devel ansible: devel
- python: 3.8
ansible: stable-2.11
- python: 3.8
ansible: stable-2.13
- python: 3.8 - python: 3.8
ansible: devel ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
steps: steps: