Skip to content

Commit

Permalink
ci: what's up with matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 28, 2024
1 parent 6fe10cc commit f24f8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
build:
strategy:
matrix:
ansible-lint-version:
version:
- v6.22.2
- v24.2.1
name: Ansible Lint
name: Ansible Lint ${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@${{ matrix.ansible-lint-version }}
uses: ansible/ansible-lint@${{ matrix.version }}

0 comments on commit f24f8df

Please sign in to comment.