Skip to content

Commit

Permalink
Fedora 34.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 29, 2021
1 parent 68d3896 commit c34383c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/molecule.yml
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '2 2 2 * *'
- cron: '3 2 2 * *'

jobs:
lint:
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -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"
Expand Down

0 comments on commit c34383c

Please sign in to comment.