We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9131c commit 91e351aCopy full SHA for 91e351a
.github/workflows/stackhpc-pull-request.yml
@@ -69,9 +69,9 @@ jobs:
69
matrix:
70
include:
71
# NOTE(upgrade): Keep these in sync with Kayobe's supported Ansible and Python versions (see release notes).
72
- - ansible: "2.17"
+ - ansible: "2.18"
73
python: "3.12"
74
- - ansible: "2.16"
+ - ansible: "2.17"
75
python: "3.10"
76
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
77
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
0 commit comments