Skip to content

Commit 8eecff8

Browse files
committed
action - update docs action
1 parent b55aa77 commit 8eecff8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ansible-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,18 @@ jobs:
155155
docker-integration:
156156
runs-on: ubuntu-latest
157157

158-
name: Docker Integration (Ⓐ${{ matrix.ansible }}+image-${{ matrix.image }})
158+
name: Docker Integration (Ⓐ${{ matrix.ansible }}+image-${{ matrix.image }}+py${{ matrix.python }})
159159
strategy:
160160
fail-fast: false
161161
matrix:
162162
ansible:
163163
- stable-2.18
164164
# - milestone
165+
python:
166+
- '3.12'
167+
- '3.12'
168+
- '3.10'
169+
- '3.12'
165170
image:
166171
- alpine320
167172
- fedora40

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Every voice is important. If you have something on your mind, create an issue or
5353

5454
Tested with the current `ansible-core 2.17` and `ansible-core 2.18` releases and the current development version of ansible-core. Ansible-core versions before `2.16.0` are not supported. This includes all ansible-base `2.10` and Ansible `2.9` releases.
5555

56+
Ansible Integration tests olso run on Official Docker Image and `ansible-core 2.18`:
57+
58+
- `alpine320` + Python `3.12`
59+
- `fedora40` + Python `3.12`
60+
- `ubuntu2204` + Python `3.10`
61+
- `ubuntu2404` + Python `3.12`
62+
5663
## External requirements
5764

5865
Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

0 commit comments

Comments
 (0)