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 20, 2024
1 parent c9b3bb6 commit b41ecae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

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

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

strategy:
matrix:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-22.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 @@ -9,7 +9,7 @@ role_name_check: 2

platforms:
- name: ansible-role-maven-ubuntu-max
image: ubuntu:22.04
image: ubuntu:24.04

provisioner:
name: ansible
Expand Down

0 comments on commit b41ecae

Please sign in to comment.