From ef75875bbe22d6c7bdcb87f1563d8ef0a7d63279 Mon Sep 17 00:00:00 2001 From: Koen Date: Mon, 2 Dec 2024 13:45:44 +0100 Subject: [PATCH] Try to add Ubuntu Noble to testing --- .github/workflows/pkg.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 6265357..bd650c3 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -43,6 +43,7 @@ jobs: image: - "ubuntu:bionic" - "ubuntu:jammy" # ubuntu/22.04 + - "ubuntu:noble" # ubuntu/24.04 - "debian:stretch" - "debian:buster" - "debian:bullseye" @@ -88,6 +89,9 @@ jobs: - image: "ubuntu:jammy" deb_extra_lintian_args: "--suppress-tags no-manual-page,changelog-not-compressed-with-max-compression" + - image: "ubuntu:noble" + deb_extra_lintian_args: "--suppress-tags no-manual-page,changelog-not-compressed-with-max-compression" + - image: "debian:stretch" deb_extra_lintian_args: "--suppress-tags binary-without-manpage,changelog-not-compressed-with-max-compression"