Skip to content

Commit

Permalink
Merge pull request #236 from ghoneycutt/el9
Browse files Browse the repository at this point in the history
Add support for EL9
  • Loading branch information
ghoneycutt authored Dec 5, 2024
2 parents ae919b1 + 9f91843 commit f1393b6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,24 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
Expand Down

0 comments on commit f1393b6

Please sign in to comment.