Skip to content

Commit

Permalink
Merge pull request #14 from bastelfreak/cleanup
Browse files Browse the repository at this point in the history
Drop EoL OS from metadata.json
  • Loading branch information
bastelfreak authored Jul 6, 2022
2 parents 1096080 + 92e513e commit 174e472
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,38 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8",
"9"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"18.10"
"20.04",
"22.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
"7",
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
}
],
Expand Down

0 comments on commit 174e472

Please sign in to comment.