We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c0f4a commit b92245bCopy full SHA for b92245b
1 file changed
.github/workflows/unit_source.yml
@@ -21,10 +21,18 @@ on:
21
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_20.html
22
default: >-
23
[
24
+ {
25
+ "ansible-version": "devel",
26
+ "python-version": "3.10"
27
+ },
28
{
29
"ansible-version": "devel",
30
"python-version": "3.11"
31
},
32
33
34
+ "python-version": "3.12"
35
36
37
38
"python-version": "3.14"
@@ -37,10 +45,6 @@ on:
45
"ansible-version": "stable-2.20",
46
39
47
40
- {
41
- "ansible-version": "devel",
42
- "python-version": "3.10"
43
- },
44
48
49
"ansible-version": "milestone",
50
0 commit comments