From 0ab073ae4b763e22a28607e5179b69937e7f9685 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 15 Nov 2021 14:41:43 +0100 Subject: [PATCH] Test against Fedora 34, 35 (latest) and 36/rawhide. --- .github/workflows/molecule.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 720d64e..9d1c8d5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -40,7 +40,7 @@ jobs: - image: "debian" tag: "bookworm" - image: "fedora" - tag: "33" + tag: "34" - image: "fedora" tag: "latest" - image: "fedora" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3c9a6c..9800417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ molecule: - image: "debian" tag: "bookworm" - image: "fedora" - tag: "33" + tag: "34" - image: "fedora" tag: "latest" - image: "fedora"