Skip to content

Commit

Permalink
GHA matrix: uncomment all supported ansible-core versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Feb 17, 2024
1 parent 8aed576 commit eae14a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
matrix:
ansible:
- stable-2.14
#- stable-2.15
#- stable-2.16
#- devel
- stable-2.15
- stable-2.16
- devel
steps:

- name: Check out code
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
matrix:
ansible:
- stable-2.14
#- stable-2.15
#- stable-2.16
#- devel
- stable-2.15
- stable-2.16
- devel

steps:
- name: Check out code
Expand Down Expand Up @@ -101,9 +101,9 @@ jobs:
matrix:
ansible:
- stable-2.14
#- stable-2.15
#- stable-2.16
#- devel
- stable-2.15
- stable-2.16
- devel
clickhouse:
- 21.8.15.7
- 22.8.9.24
Expand Down

0 comments on commit eae14a4

Please sign in to comment.