Skip to content

Commit

Permalink
added new versions to test workflow (puzzle#83)
Browse files Browse the repository at this point in the history
* fix md syntax, since we do not want a list in a codeblock

* update Pipfiles to latest greatest

* added new versions to test workflow

* exclude incopatible combos
  • Loading branch information
ombre8 authored Mar 22, 2024
1 parent d67d76b commit e0c6858
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
# - milestone
# Ansible-test on various stable branches does not yet work well with cgroups v2.
Expand Down Expand Up @@ -124,6 +126,8 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel
# - milestone

Expand Down Expand Up @@ -188,6 +192,8 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
exclude:
# Because ansible-test doesn't support Python 3.9 for Ansible 2.9
- ansible: stable-2.9
Expand All @@ -202,7 +208,17 @@ jobs:
# for Ansible >=2.15 Python 3.6 support has been deprecated
- ansible: devel
python: '3.6'

- ansible: stable-2.12
python: 3.11
- ansible: stable-2.12
python: 3.12
- ansible: stable-2.13
python: 3.11
- ansible: stable-2.13
python: 3.12
- ansible: stable-2.14
python: 3.12


steps:
- name: >-
Expand Down

0 comments on commit e0c6858

Please sign in to comment.