Skip to content

Commit 519b95f

Browse files
committed
ci: run ansible-lint with Python 3.11
1 parent 1a129ed commit 519b95f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,12 @@ on:
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
13-
strategy:
14-
matrix:
15-
python-version:
16-
- 2.7
17-
- 3.8
18-
- 3.9
19-
- 3.10
20-
- 3.11
2113
steps:
2214
- uses: actions/checkout@v3
23-
- name: Set up Python ${{ matrix.python-version }}
15+
- name: Set up Python
2416
uses: actions/setup-python@v4
2517
with:
26-
python-version: ${{ matrix.python-version }}
18+
python-version: "3.11"
2719
- name: Install ansible-lint
2820
run: pip install --user ansible-lint
2921
- name: Run ansible-lint

0 commit comments

Comments
 (0)