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
ekohl committed May 23, 2024
1 parent dcd89b5 commit cf8ef94
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,37 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9",
"10"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04",
"18.04",
"20.04"
"20.04",
"22.04",
"24.04"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7",
"8"
"9"
]
},
{
Expand Down

0 comments on commit cf8ef94

Please sign in to comment.