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 authored and bastelfreak committed Jul 18, 2024
1 parent 2ed54c8 commit bc4a710
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 @@ -30,17 +30,22 @@
{
"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 bc4a710

Please sign in to comment.