Skip to content

Commit

Permalink
Merge pull request #92 from bastelfreak/el9
Browse files Browse the repository at this point in the history
Add EL9 support
  • Loading branch information
bastelfreak authored Oct 30, 2023
2 parents a3f5c12 + 6f3772c commit dc7ded6
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,34 @@
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
}
],
Expand Down

0 comments on commit dc7ded6

Please sign in to comment.