Cut python 3.9 for devel in roles tests

This commit is contained in:
Laurent Indermuehle 2024-04-09 08:49:03 +02:00
parent 9400ec206e
commit ff485edeb9
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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