Skip to content

Commit

Permalink
Add stable-2.18 to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 24, 2024
1 parent 6140da6 commit 688beb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel
# 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
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- devel

steps:
Expand Down Expand Up @@ -167,6 +169,9 @@ jobs:
# ansible-core 2.17
- ansible: stable-2.17
python: '3.7'
# ansible-core 2.18
- ansible: stable-2.18
python: '3.8'

steps:
- name: >-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is for testing random things.

## Tested with Ansible

Ansible 2.9, ansible-base 2.10, ansible-core 2.11, 2.12, 2.13, 2.14, 2.15, 2.16, and the latest development version.
Ansible 2.9, ansible-base 2.10, ansible-core 2.11, 2.12, 2.13, 2.14, 2.15, 2.16, 2.17, 2.18, and the latest development version.

## External requirements

Expand Down

0 comments on commit 688beb5

Please sign in to comment.