Skip to content

Commit

Permalink
remove unsupported OS to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHoenscheid committed Aug 21, 2024
1 parent 7d61784 commit 2277f74
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,19 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
"operatingsystemrelease": []
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
"operatingsystemrelease": []
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
]
"operatingsystemrelease": []
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
]
"operatingsystemrelease": []
}
]
}

0 comments on commit 2277f74

Please sign in to comment.