diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 293a6ba63..53b821605 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -30,6 +30,9 @@ jobs: - name: "Ubuntu 20.04" runner: ubuntu-latest dockerfile: ubuntu2004 + - name: "Ubuntu 22.04" + runner: ubuntu-latest + dockerfile: ubuntu2204 - name: "OpenSUSE 15" runner: ubuntu-latest dockerfile: opensuse15 diff --git a/docker-compose.yml b/docker-compose.yml index 045d4512a..b6a311f41 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -64,6 +64,14 @@ services: security_opt: - label=type:container_runtime_t tty: true + test-ubuntu2204: + build: + context: . + dockerfile: test/docker/ubuntu2204 + network_mode: "host" + security_opt: + - label=type:container_runtime_t + tty: true test-debianstable: build: context: .