From 782b0bac4975f48787205773745073fce245627c Mon Sep 17 00:00:00 2001 From: John Freeman Date: Fri, 15 Nov 2024 23:22:21 +0000 Subject: [PATCH] Increased upper Ubuntu test version to Noble (#386) The new LTS release of Ubuntu. --- .github/workflows/ci.yml | 6 +++--- README.md | 1 + meta/main.yml | 1 + molecule/default/molecule.yml | 2 +- molecule/ubuntu-arm32v7/molecule.yml | 2 +- molecule/ubuntu-arm64v8/molecule.yml | 2 +- molecule/ubuntu-max-go-eol/molecule.yml | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7e3847..722717c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout @@ -54,7 +54,7 @@ jobs: test: name: Molecule test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: max-parallel: 3 @@ -131,7 +131,7 @@ jobs: test-all: if: ${{ always() }} name: Test (matrix) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - lint - test diff --git a/README.md b/README.md index 907b7f1..267018c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Requirements * Focal (20.04) * Jammy (22.04) + * Noble (24.04) * RedHat Family diff --git a/meta/main.yml b/meta/main.yml index 49de743..ca2e902 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -14,6 +14,7 @@ galaxy_info: versions: - focal - jammy + - noble - name: Debian versions: - buster diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 29dc3a1..22ae112 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-max - image: ubuntu:22.04 + image: ubuntu:24.04 provisioner: name: ansible diff --git a/molecule/ubuntu-arm32v7/molecule.yml b/molecule/ubuntu-arm32v7/molecule.yml index cfa0a89..58dae60 100644 --- a/molecule/ubuntu-arm32v7/molecule.yml +++ b/molecule/ubuntu-arm32v7/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm32 - image: ubuntu:22.04 + image: ubuntu:24.04 platform: linux/arm/v7 provisioner: diff --git a/molecule/ubuntu-arm64v8/molecule.yml b/molecule/ubuntu-arm64v8/molecule.yml index 714a943..8870ec2 100644 --- a/molecule/ubuntu-arm64v8/molecule.yml +++ b/molecule/ubuntu-arm64v8/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm64 - image: ubuntu:22.04 + image: ubuntu:24.04 platform: linux/arm64 provisioner: diff --git a/molecule/ubuntu-max-go-eol/molecule.yml b/molecule/ubuntu-max-go-eol/molecule.yml index 986241d..f04c8d1 100644 --- a/molecule/ubuntu-max-go-eol/molecule.yml +++ b/molecule/ubuntu-max-go-eol/molecule.yml @@ -9,7 +9,7 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-max-go-eol - image: ubuntu:22.04 + image: ubuntu:24.04 provisioner: name: ansible