Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# - stable-2.12
- stable-2.13
# - stable-2.14
# - stable-2.15
# - milestone
# - devel
python-version:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/integration_simple.yml
Copy link
Contributor

@Qalthos Qalthos Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not actually testing 3.7 anywhere in this file, so you don't have to exclude it.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
# 2.12/3.11 not supported
# 2.13/3.11 not supported
# 2.14/3.8 not supported
# 2.15/3.7 not supported
# 2.15/3.8 not supported
default: >-
[
{
Expand All @@ -39,6 +41,14 @@ on:
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.8"
Expand Down Expand Up @@ -72,6 +82,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- milestone
- devel
python-version:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration_simple_39.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file has been removed. It was used briefly but probably shouldn't have been committed in the first place. Sorry for the confusion.

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- milestone
- devel
python-version:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# 2.13/3.11 not supported
# 2.14/3.7 not supported
# 2.14/3.8 not supported
# 2.15/3.7 not supported
# 2.15/3.8 not supported
default: >-
[
{
Expand Down Expand Up @@ -50,6 +52,14 @@ on:
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.7"
Expand Down Expand Up @@ -98,6 +108,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- milestone
- devel
python-version:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/unit_galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# 2.13/3.11 not supported
# 2.14/3.7 not supported
# 2.14/3.8 not supported
# 2.15/3.7 not supported
# 2.15/3.8 not supported
default: >-
[
{
Expand Down Expand Up @@ -50,6 +52,14 @@ on:
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.7"
Expand Down Expand Up @@ -98,6 +108,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- milestone
- devel
python-version:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/unit_source.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file also doesn't need 3.7 exclusions anymore.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
# 2.13/3.11 not supported
# 2.14/3.7 not supported
# 2.14/3.8 not supported
# 2.15/3.7 not supported
# 2.15/3.8 not supported
default: >-
[
{
Expand All @@ -38,6 +40,14 @@ on:
"ansible-version": "stable-2.14",
"python-version": "3.8"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.7"
},
{
"ansible-version": "stable-2.15",
"python-version": "3.8"
},
{
"ansible-version": "milestone",
"python-version": "3.7"
Expand Down Expand Up @@ -73,6 +83,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- milestone
- devel
python-version:
Expand Down