Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
ansible-version:
- stable-2.16
- stable-2.18
# - stable-2.15
# - milestone
# - devel
Expand Down
39 changes: 34 additions & 5 deletions .github/workflows/integration_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ on:
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.19 supports Python 3.11-3.13
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
# 2.20 supports Python 3.12-3.14
# support for Python 3.14 added and 3.11 removed in 2.20 for control node
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
# milestone is and devel is switched to 2.20 and drops support for Python 3.11
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
# target node supported Python 3.9-3.14 as of 2.20
# milestone is and devel is switched to 2.21
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
default: >-
[
{
Expand All @@ -35,25 +37,49 @@ on:
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.11"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.12"
"python-version": "3.14"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.12"
}
]
required: false
Expand Down Expand Up @@ -82,16 +108,19 @@ jobs:
- stable-2.17
- stable-2.18
- stable-2.19
- stable-2.20
- milestone
- devel
python-version:
# 2.16 supports Python 3.10-3.11
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.18 and 2.19 supports Python 3.11-3.13
# 2.20 supports Python 3.12-3.14
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
exclude: ${{ fromJSON(inputs.matrix_exclude) }}

name: "py${{ matrix.python-version }} / ${{ matrix.ansible-version }}"
Expand Down
45 changes: 32 additions & 13 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ on:
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.19 supports Python 3.11-3.13
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
# 2.20 supports Python 3.12-3.14
# support for Python 3.14 added and 3.11 removed in 2.20 for control node
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
# milestone is and devel is switched to 2.20 and drops support for Python 3.11
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
# target node supported Python 3.9-3.14 as of 2.20
# milestone is and devel is switched to 2.21
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
default: >-
[
{
Expand All @@ -35,33 +37,49 @@ on:
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.11"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.12"
"python-version": "3.14"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.15",
"ansible-version": "stable-2.16",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.13"
}
]
required: false
Expand All @@ -87,25 +105,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ansible-version:
# ansible-core 2.15 reached EOL on November 2024
# ansible-core 2.16 will reach EOL on May 2025
- stable-2.16
- stable-2.17
- stable-2.18
- stable-2.19
- stable-2.20
- milestone
- devel
python-version:
# 2.16 supports Python 3.10-3.11
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.19 supports Python 3.11-3.13
# 2.18 and 2.19 supports Python 3.11-3.13
# 2.20 supports Python 3.12-3.14
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
include: ${{ fromJSON(inputs.matrix_include) }}
runs-on: ${{ matrix.os }}
Expand Down
44 changes: 32 additions & 12 deletions .github/workflows/unit_galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ on:
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.19 supports Python 3.11-3.13
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
# 2.20 supports Python 3.12-3.14
# support for Python 3.14 added and 3.11 removed in 2.20 for control node
# target node supported Python 3.8-3.13 as of 2.18 and 2.19
# milestone is and devel is switched to 2.20 and drops support for Python 3.11
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
# target node supported Python 3.9-3.14 as of 2.20
# milestone is and devel is switched to 2.21
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
default: >-
[
{
Expand All @@ -35,33 +37,49 @@ on:
"ansible-version": "milestone",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.11"
},
{
"ansible-version": "stable-2.20",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.19",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.18",
"python-version": "3.10"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.14"
},
{
"ansible-version": "stable-2.17",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.12"
"python-version": "3.14"
},
{
"ansible-version": "stable-2.16",
"python-version": "3.13"
},
{
"ansible-version": "stable-2.15",
"ansible-version": "stable-2.16",
"python-version": "3.12"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.13"
}
]
required: false
Expand All @@ -80,24 +98,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ansible-version:
# ansible-core 2.15 reached EOL on November 2024
# ansible-core 2.16 will reach EOL on May 2025
- stable-2.16
- stable-2.17
- stable-2.18
- stable-2.19
- stable-2.20
- milestone
- devel
python-version:
# 2.16 supports Python 3.10-3.11
# 2.17 supports Python 3.10-3.12
# 2.18 supports Python 3.11-3.13
# 2.18 and 2.19 supports Python 3.11-3.13
# 2.20 supports Python 3.12-3.14
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
include: ${{ fromJSON(inputs.matrix_include) }}
runs-on: ${{ matrix.os }}
Expand Down
Loading