Skip to content

Commit

Permalink
Try to add Ubuntu Noble to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Dec 2, 2024
1 parent d083340 commit ef75875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
image:
- "ubuntu:bionic"
- "ubuntu:jammy" # ubuntu/22.04
- "ubuntu:noble" # ubuntu/24.04
- "debian:stretch"
- "debian:buster"
- "debian:bullseye"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ef75875

Please sign in to comment.