Skip to content

Commit

Permalink
Add at least one test that Xenial is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Dec 6, 2024
1 parent 08fa7b3 commit 3cdf882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:

package_build_rules: |
image:
- "ubuntu:bionic"
- "ubuntu:xenial" # ubuntu/18.04
- "ubuntu:bionic" # ubuntu/20.04
- "ubuntu:jammy" # ubuntu/22.04
- "ubuntu:noble" # ubuntu/24.04
- "debian:stretch"
Expand Down

0 comments on commit 3cdf882

Please sign in to comment.