File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ name: Ansible collection linters
1111jobs :
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
You can’t perform that action at this time.
0 commit comments