Skip to content

Commit

Permalink
(GH-114) Update supported os versions
Browse files Browse the repository at this point in the history
Closes #114
  • Loading branch information
TraGicCode committed Sep 8, 2023
1 parent 7560686 commit 917f91a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
Expand All @@ -26,7 +27,9 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
Expand All @@ -38,13 +41,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"18.04",
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit 917f91a

Please sign in to comment.