From 47e3d2db4e59afee3788702aaa4594cf9ade39a9 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 11 May 2022 07:29:17 +0200 Subject: [PATCH] Testing on Ubuntu Jammy. --- .github/workflows/molecule.yml | 4 +++- .gitlab-ci.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index ea1b26c..2b385a8 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -42,7 +42,7 @@ jobs: - image: "debian" tag: "bookworm" - image: "fedora" - tag: "34" + tag: "35" - image: "fedora" tag: "latest" - image: "fedora" @@ -51,6 +51,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 7401b84..128c895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ molecule: - image: "debian" tag: "bookworm" - image: "fedora" - tag: "34" + tag: "35" - image: "fedora" tag: "latest" - image: "fedora" @@ -34,6 +34,8 @@ molecule: tag: "latest" - image: "ubuntu" tag: "latest" + - image: "ubuntu" + tag: "focal" - image: "ubuntu" tag: "bionic"