Skip to content

Commit d1c8885

Browse files
committed
Support RHEL and CentOS 8
Note: CentOS 8 has been EOL for a while, and RHEL 8 is EOL at the end of May, 2024. Thus, official support may be dropped again soon Fixes #942 Closes #900 Fixes #816
1 parent 6011c2d commit d1c8885

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
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
{

0 commit comments

Comments
 (0)