From 8845055abb3c3e9b6c35d090884c81918ffde221 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 24 Jul 2022 13:37:43 -0400 Subject: [PATCH] tests: Add Ubuntu 22.04 into the test matrix --- .github/workflows/tests.yaml | 3 +++ docker-compose.yml | 8 ++++++++ 2 files changed, 11 insertions(+) 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: .