ansible-core 2.11 is EOL. Move CI runs to GHA. (#534)

This commit is contained in:
Felix Fontein
2022-11-27 22:44:07 +01:00
committed by GitHub
parent 4d28266eba
commit 05eff13ec8
2 changed files with 15 additions and 49 deletions

View File

@@ -26,6 +26,7 @@ jobs:
ansible:
- '2.9'
- '2.10'
- '2.11'
runs-on: ubuntu-latest
steps:
- name: Perform sanity testing
@@ -46,6 +47,7 @@ jobs:
ansible:
- '2.9'
- '2.10'
- '2.11'
steps:
- name: >-
@@ -97,6 +99,19 @@ jobs:
docker: default
python: '3.6'
target: azp/generic/1/
# 2.11
- ansible: '2.11'
docker: fedora32
python: ''
target: azp/posix/1/
- ansible: '2.11'
docker: alpine3
python: ''
target: azp/posix/1/
- ansible: '2.11'
docker: default
python: '3.8'
target: azp/generic/1/
steps:
- name: >-