Skip to content

Commit

Permalink
update supported 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 fa773da
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,43 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"20.04",
"22.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"11",
"12"
]
}
]
Expand Down

0 comments on commit fa773da

Please sign in to comment.