Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Drop Debian Stretch, add Debian Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Jan 11, 2022
1 parent 123e958 commit 98f713a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
scenario:
- debian-9
- debian-10
- debian-11
- ubuntu-1804
- ubuntu-2004

Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Ansible 2.7 or newer.
Supported Platforms
-------------------

- [Debian - 9 (Stretch)](https://wiki.debian.org/DebianStretch)
- [Debian - 10 (Buster)](https://wiki.debian.org/DebianBuster)
- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Ubuntu - 18.04 (Bionic Beaver)](http://releases.ubuntu.com/18.04/)
- [Ubuntu - 20.04 (Focal Fossa)](http://releases.ubuntu.com/20.04/)

Expand Down Expand Up @@ -53,8 +53,8 @@ Testing

## Debian

molecule --base-config molecule/shared/base.yml test --scenario-name debian-9
molecule --base-config molecule/shared/base.yml test --scenario-name debian-10
molecule --base-config molecule/shared/base.yml test --scenario-name debian-11

## Ubuntu

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ galaxy_info:
- focal
- name: Debian
versions:
- bullseye
- buster
- stretch
galaxy_tags:
- agent
- client
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
platforms:
- name: ansible-role-sensu-go-agent-debian-9
image: debian:9
- name: ansible-role-sensu-go-agent-debian-11
image: debian:11
command: /lib/systemd/systemd
tmpfs:
- /run
Expand Down

0 comments on commit 98f713a

Please sign in to comment.