From 6d7858759ac5b7db1bacfae6eb276e348e27c1f8 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 29 Apr 2021 22:00:36 +0200 Subject: [PATCH] Fedora 34 is here, test on Fedora 34 and Rawhide. --- .github/workflows/molecule.yml | 6 ++++-- .gitlab-ci.yml | 4 +++- README.md | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e33f5ea..3dbe574 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -11,7 +11,7 @@ on: - '*' pull_request: schedule: - - cron: '7 7 7 * *' + - cron: '13 7 7 * *' 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 e0410da..5698d02 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" diff --git a/README.md b/README.md index 81ff0f4..687e901 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ If you find issues, please register them in [GitHub](https://github.com/robertde Apache-2.0 +## [Contributors](#contributors) + +I'd like to thank everybody that made contributions to this repository. It motivates me, improves the code and is just fun to collaborate. + ## [Author Information](#author-information)