Skip to content

Commit

Permalink
Merge pull request #207 from s01ipsist/ubuntu24
Browse files Browse the repository at this point in the history
Add Ubuntu 24 to tested/supported versions
  • Loading branch information
josegonzalez authored Nov 22, 2024
2 parents 68868e2 + 5e2af9f commit 7452595
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:

strategy:
matrix:
# Remove debian10 until dependency gets re-added.
# https://github.com/dokku/docker-container-healthchecker/issues/129
distro: [ubuntu2004, ubuntu2204, debian11, debian12]
distro: [ubuntu2004, ubuntu2204, ubuntu2404, debian11, debian12]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: flake8

- repo: https://github.com/ansible/ansible-lint
rev: v24.2.0
rev: v24.9.2
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ Minimum Ansible Version: 2.2

Supported Platforms

- Ubuntu: xenial
- Ubuntu: yakkety
- Ubuntu: zesty
- Ubuntu: artful
- Ubuntu: bionic
- Ubuntu: noble
- Ubuntu: jammy
- Ubuntu: focal
- Debian: stretch
- Debian: buster
- Debian: bookworm
- Debian: bullseye

## Dependencies
Expand Down
10 changes: 3 additions & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- xenial
- yakkety
- zesty
- artful
- bionic
- noble
- jammy
- focal
- name: Debian
versions:
- stretch
- buster
- bookworm
- bullseye
galaxy_tags:
- networking
Expand Down

0 comments on commit 7452595

Please sign in to comment.