Skip to content

Commit

Permalink
ansible-test(.yml): add stable-2.17 (#68)
Browse files Browse the repository at this point in the history
already branch from devel and release is planned to 20/05/2024

ansible-2.17 drop support of python2.7 and python3.6
  • Loading branch information
alagoutte authored May 1, 2024
1 parent 7440ebc commit a69008b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
# - milestone
# Ansible-test on various stable branches does not yet work well with cgroups v2.
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
# - milestone

Expand Down Expand Up @@ -249,6 +251,20 @@ jobs:
python: '3.11'
- ansible: stable-2.16
python: '3.12'
# ansible-core 2.17
- ansible: stable-2.17
python: '3.7'
- ansible: stable-2.17
python: '3.8'
- ansible: stable-2.17
python: '3.9'
- ansible: stable-2.17
python: '3.10'
- ansible: stable-2.17
python: '3.11'
- ansible: stable-2.17
python: '3.12'


steps:
- name: >-
Expand Down

0 comments on commit a69008b

Please sign in to comment.