Skip to content

Commit

Permalink
update supported OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Oct 23, 2024
1 parent 9026b1a commit 7ca209d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,21 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
"8",
"9"
]
},
{
Expand All @@ -63,13 +65,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
"20.04",
"22.04",
"24.04"
]
}
],
Expand Down

0 comments on commit 7ca209d

Please sign in to comment.