Skip to content

Commit

Permalink
ci: use matrix version in CI
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 3c16664 commit c3a3ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
jobs:
build:
strategy:
fail-fast: "false"
fail-fast: false
matrix:
ansible_lint_version:
- 6.22.2
- 24.2.1
- v6.22.2
- v24.2.1
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6.22.2
uses: ansible/ansible-lint@${{ matrix.ansible_lint_version}}

0 comments on commit c3a3ec2

Please sign in to comment.