Skip to content

Commit

Permalink
include debian-bullseye in role metadata and build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Feb 16, 2023
1 parent 83eec41 commit 027d761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, debian-buster]
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, debian-bullseye, debian-buster]

steps:

Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- bionic
- name: Debian
versions:
- bullseye
- buster
- name: EL
versions:
Expand Down

0 comments on commit 027d761

Please sign in to comment.