Skip to content

Commit 4a2138f

Browse files
committed
Update test matrix for ansible lint
1 parent d9e80ef commit 4a2138f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ansible-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ jobs:
114114
fail-fast: false
115115
matrix:
116116
python-version: ["3.10", "3.11", "3.12"]
117-
ansible-version: [stable-2.18, devel]
117+
ansible-version: [stable-2.17, stable-2.16, stable-2.18, devel]
118+
exclude:
119+
- ansible-version: stable-2.18
120+
python-version: "3.10"
121+
- ansible-version: devel
122+
python-version: "3.10"
118123

119124
steps:
120125
# Important: This sets up your GITHUB_WORKSPACE environment variable

0 commit comments

Comments
 (0)