Skip to content

Commit

Permalink
ci: run lint with backwards compat as well as latest
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 2bb0492 commit 3c16664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
branches: ["devel", "master"]
jobs:
build:
strategy:
fail-fast: "false"
matrix:
ansible_lint_version:
- 6.22.2
- 24.2.1
name: Ansible Lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3c16664

Please sign in to comment.