From 6bc59744b06ba5d0cebc1aaf35d4f25b26e3f8e1 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 10 May 2022 10:43:18 +0200 Subject: [PATCH] Testing on Ubuntu Jammy. --- .github/workflows/molecule.yml | 2 ++ .gitlab-ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 9e52f9c..81c3f2d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -49,6 +49,8 @@ jobs: tag: "latest" - image: "ubuntu" tag: "latest" + - image: "ubuntu" + tag: "focal" - image: "ubuntu" tag: "bionic" steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f24a51..b4a2fa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ molecule: tag: "latest" - image: "ubuntu" tag: "latest" + - image: "ubuntu" + tag: "focal" - image: "ubuntu" tag: "bionic"