Skip to content

Commit

Permalink
Increased upper Ubuntu test version to Noble
Browse files Browse the repository at this point in the history
The latest LTS release of Ubuntu.
  • Loading branch information
freemanjp committed Nov 18, 2024
1 parent ca3740c commit 6b1d32e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

test:
name: Molecule test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

strategy:
max-parallel: 3
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs:
- lint
- test
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Requirements

* Focal (20.04)
* Jammy (22.04)
* Noble (24.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 @@ -19,6 +19,7 @@ galaxy_info:
versions:
- focal
- jammy
- noble
- 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 @@ -14,7 +14,7 @@ role_name_check: 2

platforms:
- name: ansible-role-java-default
image: ubuntu:22.04
image: ubuntu:24.04

verifier:
name: testinfra
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-java-max-lts-offline/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-ubuntu-max-java-max-lts
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-java-max-non-lts-offline/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-ubuntu-max-java-max-non-lts
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-java-min-offline/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-ubuntu-max
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-max-java-old-lts-offline/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-ubuntu-max-java-old-lts
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down

0 comments on commit 6b1d32e

Please sign in to comment.