Skip to content

Commit

Permalink
Dropped support for Debian Buster (#387)
Browse files Browse the repository at this point in the history
Debian standard support ended on 30 Jun 2025.
  • Loading branch information
freemanjp authored Nov 18, 2024
1 parent 69cb03a commit dfc1839
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Requirements

* Debian

* Buster (10)
* Bullseye (11)
* Bookworm (12)

Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ galaxy_info:
- noble
- name: Debian
versions:
- buster
- bullseye
- bookworm
galaxy_tags:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-min-java-max-lts-online/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-java-debian-min-java-max-lts
image: debian:10
image: debian:11
platform: linux/arm64/v8

provisioner:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-min-java-min-online/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-java-debian-min
image: debian:10
image: debian:11
platform: linux/arm64/v8

provisioner:
Expand Down

0 comments on commit dfc1839

Please sign in to comment.