Skip to content

Commit

Permalink
Merge pull request #702 from StatensPensjonskasse/add-el8-and-debian11
Browse files Browse the repository at this point in the history
add redhat8, centos8  and debian11 support
  • Loading branch information
h-haaks authored Mar 18, 2024
2 parents 1043cb6 + d6e164f commit 80fd0cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,22 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
Expand Down

0 comments on commit 80fd0cf

Please sign in to comment.