Skip to content

Commit

Permalink
add rockylinux9 molecule test
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenseitz committed Jun 8, 2023
1 parent 21e1bba commit 5276869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- debian11
- debian10
- rockylinux8
- rockylinux9
- fedora37
- fedora38
- fedora39
Expand Down
5 changes: 5 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ platforms:
command: /sbin/init
groups: [RedHat]
privileged: true
- name: rockylinux9
image: rockylinux:9
command: /sbin/init
groups: [RedHat]
privileged: true
# https://fedoraproject.org/wiki/Releases
- name: fedora37
image: fedora:37
Expand Down

0 comments on commit 5276869

Please sign in to comment.