Skip to content

Commit 80fd0cf

Browse files
authored
Merge pull request #702 from StatensPensjonskasse/add-el8-and-debian11
add redhat8, centos8 and debian11 support
2 parents 1043cb6 + d6e164f commit 80fd0cf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

metadata.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@
1111
{
1212
"operatingsystem": "RedHat",
1313
"operatingsystemrelease": [
14-
"7"
14+
"7",
15+
"8"
1516
]
1617
},
1718
{
1819
"operatingsystem": "CentOS",
1920
"operatingsystemrelease": [
20-
"7"
21+
"7",
22+
"8"
2123
]
2224
},
2325
{
2426
"operatingsystem": "Debian",
2527
"operatingsystemrelease": [
26-
"10"
28+
"10",
29+
"11"
2730
]
2831
},
2932
{

0 commit comments

Comments
 (0)