Skip to content

Commit

Permalink
Increased upper Debian test version to Bookworm (#231)
Browse files Browse the repository at this point in the history
Bookworm is the latest stable version of Debian.
  • Loading branch information
freemanjp authored Nov 20, 2024
1 parent 8e3fdb1 commit 503d2b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Requirements

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

* Ubuntu

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ galaxy_info:
versions:
- buster
- bullseye
- bookworm
galaxy_tags:
- maven
- mvn
Expand Down
4 changes: 2 additions & 2 deletions molecule/debian-max/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
update_cache: true
changed_when: false

- name: Install jre-headless 11
- name: Install jre-headless 17
become: true
ansible.builtin.apt:
name: openjdk-11-jre-headless
name: openjdk-17-jre-headless
state: present

roles:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-max/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-maven-debian-max
image: debian:11
image: debian:12

provisioner:
name: ansible
Expand Down

0 comments on commit 503d2b5

Please sign in to comment.