ci: build test images for ubuntu jammy (#1743)
This commit is contained in:
parent
d2af87d20f
commit
5f4badcdeb
4 changed files with 15 additions and 13 deletions
|
@ -8,7 +8,7 @@ from typing import Iterator, List, Optional, Set
|
|||
|
||||
DEFAULT_PACKAGES_FILENAME = "packages.ini"
|
||||
FORMATS = ("list", "line")
|
||||
DISTRIBUTIONS = ("buster", "bullseye", "bionic", "focal")
|
||||
DISTRIBUTIONS = ("buster", "bullseye", "bionic", "focal", "jammy")
|
||||
|
||||
SETTINGS_SECTION = "=settings"
|
||||
DEVELOPMENT_SECTION = "=development"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue