Skip to content

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 8fe57ac commit 2cdf1a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,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
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:
- ohmyzsh
- shell
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ driver:
name: docker

platforms:
- name: ansible-role-ohmyzsh-debian-9
image: debian:9
- name: ansible-role-ohmyzsh-debian-10
image: debian:10
- name: ansible-role-ohmyzsh-debian-11
image: debian:11
- name: ansible-role-ohmyzsh-ubuntu-1804
image: ubuntu:18.04
- name: ansible-role-ohmyzsh-ubuntu-2004
Expand Down

0 comments on commit 2cdf1a9

Please sign in to comment.