Skip to content

Commit

Permalink
ci: add ubuntu 22.04 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Sep 26, 2022
1 parent e7bb43c commit 0c353e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
strategy:
matrix:
include:
- distro: debian10
playbook: converge.yml
- distro: debian11
playbook: converge.yml
- distro: rockylinux8
Expand All @@ -52,7 +54,7 @@ jobs:
playbook: converge.yml
- distro: ubuntu2004
playbook: converge.yml
- distro: debian10
- distro: ubuntu2204
playbook: converge.yml
steps:
- name: Check out the codebase.
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ galaxy_info:
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Debian
versions:
- bookworm
Expand All @@ -20,6 +20,7 @@ galaxy_info:
- name: Ubuntu
versions:
- focal
- jammy
galaxy_tags:
- mqtt
- vernemq

0 comments on commit 0c353e8

Please sign in to comment.