Skip to content

Commit

Permalink
Remove support for Debian Buster, add support for Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico committed Jul 4, 2023
1 parent 258ee8b commit fb976a3
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.10 or newer.
Supported Platforms
-------------------

- [Debian - 10 (Buster)](https://wiki.debian.org/DebianBuster)
- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 20.04 (Focal Fossa)](http://releases.ubuntu.com/20.04/)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.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:
- jammy
- name: Debian
versions:
- bookworm
- bullseye
- buster
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-10
image: debian:10
- name: ansible-role-ohmyzsh-debian-11
image: debian:11
- name: ansible-role-ohmyzsh-debian-12
image: debian:12
- name: ansible-role-ohmyzsh-ubuntu-2004
image: ubuntu:20.04
- name: ansible-role-ohmyzsh-ubuntu-2204
Expand Down

0 comments on commit fb976a3

Please sign in to comment.