Skip to content

Commit 47c66c5

Browse files
committed
fix: update default Ansible versions to currently supported releases
Replace EOL stable-2.16/stable-2.17 and devel with stable-2.18, stable-2.19, and stable-2.20 for sanity tests.
1 parent 69962d2 commit 47c66c5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-ansible-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'JSON array of Ansible versions to test'
2323
required: false
2424
type: string
25-
default: '["stable-2.16", "stable-2.17", "devel"]'
25+
default: '["stable-2.18", "stable-2.19", "stable-2.20"]'
2626
enable_integration_tests:
2727
description: 'Enable integration tests'
2828
required: false

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Initial repository setup:
4141

4242
- **security-secrets.yml**: Replace `gitleaks-action` (requires paid license for orgs)
4343
with direct Gitleaks CLI installation via `jaxxstorm/action-install-gh-release`
44+
- **ci-ansible-collection.yml**: Update default Ansible versions from EOL
45+
`stable-2.16`/`stable-2.17`/`devel` to supported `stable-2.18`/`stable-2.19`/`stable-2.20`
4446

4547
### Changed
4648

0 commit comments

Comments
 (0)