Skip to content

Commit

Permalink
Merge pull request #243 from SimonHoenscheid/update_supported_os
Browse files Browse the repository at this point in the history
add supported OS to fix tests
  • Loading branch information
SimonHoenscheid authored Aug 23, 2024
2 parents 7d61784 + efdcfa2 commit 611d2e6
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,46 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"18.04",
"20.04",
"22.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11",
"12"
]
}
]
Expand Down

0 comments on commit 611d2e6

Please sign in to comment.