Skip to content

Commit

Permalink
Run tests on more operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Feb 14, 2024
1 parent 6f9973d commit 6fd7050
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -40,7 +41,15 @@
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RockyLinux",
"operatingsystemrelease": [
"8",
"9"
]
},
{
Expand All @@ -53,14 +62,16 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
}
],
Expand Down

0 comments on commit 6fd7050

Please sign in to comment.