Skip to content

Commit

Permalink
Revert "Drop tests from ansible-core < 2.16 (#160)" (#161)
Browse files Browse the repository at this point in the history
This reverts commit bd08215.
  • Loading branch information
GomathiselviS authored Oct 10, 2024
1 parent bd08215 commit 50e49e9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 8 deletions.
25 changes: 21 additions & 4 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,33 @@ on:
default: >-
[
{
"ansible-version": "devel",
"python-version": "3.10"
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.18",
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
}
]
required: false
type: string
Expand Down Expand Up @@ -56,12 +72,13 @@ jobs:
os:
- ubuntu-latest
ansible-version:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- milestone
- devel
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
25 changes: 21 additions & 4 deletions .github/workflows/unit_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,33 @@ on:
default: >-
[
{
"ansible-version": "devel",
"python-version": "3.10"
"ansible-version": "stable-2.16",
"python-version": "3.9"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.9"
},
{
"ansible-version": "milestone",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.9"
},
{
"ansible-version": "devel",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.18",
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.12"
}
]
required: false
type: string
Expand All @@ -41,12 +57,13 @@ jobs:
fail-fast: false
matrix:
ansible-version:
- stable-2.15
- stable-2.16
- stable-2.17
- stable-2.18
- milestone
- devel
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down

0 comments on commit 50e49e9

Please sign in to comment.