Skip to content

Commit

Permalink
add newer OS to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHoenscheid committed Aug 22, 2024
1 parent 7d61784 commit aafb5c1
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,45 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"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 aafb5c1

Please sign in to comment.