We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c5905 commit cd2a48aCopy full SHA for cd2a48a
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v6
20
with:
21
- python-version: "3.12"
+ python-version: "3.14"
22
23
- name: Install dependencies
24
run: pip install ansible-core ansible-lint
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
- name: Install ansible-core
61
run: pip install ansible-core
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
- name: Install Ansible
80
0 commit comments