We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ea637 commit 92187c6Copy full SHA for 92187c6
.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.16"
+ - ansible: "2.17"
73
python: "3.12"
74
- - ansible: "2.15"
+ - ansible: "2.16"
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