Skip to content

Commit

Permalink
Drop EoL operating systems from metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 2, 2021
1 parent c432486 commit 4872bc0
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,36 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8",
"9"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"18.10"
"20.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
}
],
Expand Down

0 comments on commit 4872bc0

Please sign in to comment.