summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/docker/.github
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/docker/.github')
-rw-r--r--ansible_collections/community/docker/.github/workflows/ansible-test.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible_collections/community/docker/.github/workflows/ansible-test.yml b/ansible_collections/community/docker/.github/workflows/ansible-test.yml
index d8910d9f6..d0f253d35 100644
--- a/ansible_collections/community/docker/.github/workflows/ansible-test.yml
+++ b/ansible_collections/community/docker/.github/workflows/ansible-test.yml
@@ -32,6 +32,7 @@ jobs:
- '2.11'
- '2.12'
- '2.13'
+ - '2.14'
# Ansible-test on various stable branches does not yet work well with cgroups v2.
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
# image for these stable branches. The list of branches where this is necessary will
@@ -72,6 +73,7 @@ jobs:
- '2.11'
- '2.12'
- '2.13'
+ - '2.14'
steps:
- name: Perform unit testing against Ansible version ${{ matrix.ansible }}
@@ -214,6 +216,19 @@ jobs:
docker: alpine3
python: ''
target: azp/6/
+ # 2.14
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/4/
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/5/
+ - ansible: '2.14'
+ docker: alpine3
+ python: ''
+ target: azp/6/
steps:
- name: Perform integration testing against Ansible version ${{ matrix.ansible }} under Python ${{ matrix.python }}