Skip to content

Commit

Permalink
Introduce v24 for ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phaldan authored and haxorof committed Mar 31, 2024
1 parent 6bd3681 commit 8a55b18
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Maintain dependencies for ansible-lint v24
- package-ecosystem: pip
directory: "/requirements/v24"
schedule:
interval: daily
assignees:
- "haxorof"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
env:
IMAGE_NAME: haxorof/ansible-lint
LATEST_OS: alpine
LATEST_VERSION: v6
LATEST_VERSION: v24

jobs:
build_push:
runs-on: ubuntu-latest
strategy:
matrix:
os: [almalinux, alpine]
version: [v5, v6]
version: [v5, v6, v24]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions requirements/v24/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ansible-lint==v24.2.1
4 changes: 4 additions & 0 deletions test/v24/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- name: Test message
ansible.builtin.debug:
msg: test

0 comments on commit 8a55b18

Please sign in to comment.