From c34383cff8a6371c549c40494286305d4486933a Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 29 Apr 2021 09:29:44 +0200 Subject: [PATCH] Fedora 34. --- .github/workflows/molecule.yml | 6 ++++-- .gitlab-ci.yml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index dd9107f2..d686dac8 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '2 2 2 * *' + - cron: '3 2 2 * *' jobs: lint: @@ -44,9 +44,11 @@ jobs: - image: "debian" tag: "bullseye" - image: "fedora" - tag: "32" + tag: "33" - image: "fedora" tag: "latest" + - image: "fedora" + tag: "rawhide" - image: "opensuse" tag: "latest" - image: "ubuntu" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83084a49..4ce5783b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,9 +27,11 @@ molecule: - image: "debian" tag: "bullseye" - image: "fedora" - tag: "32" + tag: "33" - image: "fedora" tag: "latest" + - image: "fedora" + tag: "rawhide" - image: "opensuse" tag: "latest" - image: "ubuntu"