Skip to content

Commit

Permalink
Merge pull request #316 from ripienaar/315
Browse files Browse the repository at this point in the history
(#315) support el9 in module metadata
  • Loading branch information
ripienaar committed Jun 10, 2022
2 parents 3ec104e + d801e2e commit fa3b02a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand All @@ -31,7 +32,8 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down Expand Up @@ -76,20 +78,21 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RockyLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7",
"8"
"7"
]
},
{
Expand Down

0 comments on commit fa3b02a

Please sign in to comment.