Skip to content

Commit

Permalink
Increased upper Ubuntu test version to Noble (#403)
Browse files Browse the repository at this point in the history
The latest LTS release of Ubuntu.
  • Loading branch information
freemanjp authored Nov 17, 2024
1 parent c034ea1 commit 23e14a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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:
max-parallel: 3
Expand Down Expand Up @@ -119,7 +119,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 @@ -11,6 +11,7 @@ galaxy_info:
versions:
- focal
- jammy
- noble
galaxy_tags:
- development
- ide
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-intellij-community-ubuntu
image: ubuntu:22.04
image: ubuntu:24.04

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

provisioner:
name: ansible
Expand Down

0 comments on commit 23e14a1

Please sign in to comment.