Skip to content

Commit e6e3a7f

Browse files
authored
Merge pull request #299 from tobiashuste/252-add-support-for-ubuntu-2404-noble-numbat
Support Ubuntu 24.04 and remove 18.04 support
2 parents fb1d41d + 3514b7b commit e6e3a7f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/gitlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
image:
4646
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4747
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
48+
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4849
- "ghcr.io/hifis-net/debian-systemd:11"
4950

5051
steps:

molecule/gitlab/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ driver:
1010
name: "podman"
1111
platforms:
1212
- name: "instancegitlab"
13-
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:20.04}"
13+
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
1414
pre_build_image: true
1515
privileged: true
1616
systemd: "always"

roles/gitlab/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ galaxy_info:
2222
versions:
2323
- "focal"
2424
- "jammy"
25+
- "noble"
2526
- name: "Debian"
2627
versions:
2728
- "bullseye"

0 commit comments

Comments
 (0)