mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
Fedora 34 is here, test on Fedora 34 and Rawhide.
This commit is contained in:
parent
7d1f961ddc
commit
6d7858759a
6
.github/workflows/molecule.yml
vendored
6
.github/workflows/molecule.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue