Skip to content

Commit 185eae9

Browse files
authored
Merge pull request #60 from stackhpc/bump-ansible
Bump Ansible versions for linting/sanity workflows
2 parents cd72c33 + b03e90b commit 185eae9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/lint-collection.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@ name: Ansible collection linters
1111
jobs:
1212
lint:
1313
name: Ansible ${{ matrix.ansible }} lint
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- ansible: "2.12"
20-
# ansible-lint 6+ is not supported on Python 3.8.
21-
ansible-lint: "5"
22-
python: "3.8"
23-
- ansible: "2.14"
24-
ansible-lint: "6"
19+
- ansible: "2.18"
20+
ansible-lint: "24"
2521
python: "3.11"
22+
- ansible: "2.20"
23+
ansible-lint: "25"
24+
python: "3.12"
2625
steps:
2726
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
2827
- uses: actions/checkout@v4
@@ -42,15 +41,15 @@ jobs:
4241
4342
sanity:
4443
name: Ansible ${{ matrix.ansible }} sanity
45-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4645
strategy:
4746
fail-fast: false
4847
matrix:
4948
include:
50-
- ansible: "2.12"
51-
python: "3.8"
52-
- ansible: "2.14"
49+
- ansible: "2.18"
5350
python: "3.11"
51+
- ansible: "2.20"
52+
python: "3.12"
5453

5554
steps:
5655
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job

0 commit comments

Comments
 (0)