Skip to content

Commit

Permalink
Increased upper Ubuntu test version to Jammy (#354)
Browse files Browse the repository at this point in the history
The old LTS release of Ubuntu.
  • Loading branch information
freemanjp authored May 27, 2024
1 parent 30c95cf commit fb0a969
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Requirements
* Xenial (16.04)
* Bionic (18.04)
* Focal (20.04)
* Jammy (22.04)

* RedHat Family

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ galaxy_info:
- xenial
- bionic
- focal
- jammy
- name: Debian
versions:
- buster
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/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-golang-ubuntu-max
image: ubuntu:20.04
image: ubuntu:22.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-arm32v7/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-golang-ubuntu-arm32
image: arm32v7/ubuntu:20.04
image: arm32v7/ubuntu:22.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-arm64v8/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-golang-ubuntu-arm64
image: arm64v8/ubuntu:20.04
image: arm64v8/ubuntu:22.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-go-eol/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-golang-ubuntu-max-go-eol
image: ubuntu:20.04
image: ubuntu:22.04

provisioner:
name: ansible
Expand Down

0 comments on commit fb0a969

Please sign in to comment.