We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa1c6a commit bb7682dCopy full SHA for bb7682d
.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'
tools/upgrade-prerequisites.sh
@@ -42,4 +42,4 @@ function rabbit_migration() {
42
}
43
44
prechecks
45
-rabbit_migration
+rabbit_migration
0 commit comments