Skip to content

Commit 15b55b6

Browse files
author
Jarret Lavallee
committed
(maint) Update supported OS to include EL 8
Prior to this commit, EL 8 was not listed as supported in the metadata.json. This commit updates the support for El 8 in the metadata.json.
1 parent b0e797b commit 15b55b6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

metadata.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,32 @@
1818
"operatingsystem": "RedHat",
1919
"operatingsystemrelease": [
2020
"6",
21-
"7"
21+
"7",
22+
"8"
2223
]
2324
},
2425
{
2526
"operatingsystem": "CentOS",
2627
"operatingsystemrelease": [
2728
"6",
28-
"7"
29+
"7",
30+
"8"
2931
]
3032
},
3133
{
3234
"operatingsystem": "OracleLinux",
3335
"operatingsystemrelease": [
3436
"6",
35-
"7"
37+
"7",
38+
"8"
3639
]
3740
},
3841
{
3942
"operatingsystem": "Scientific",
4043
"operatingsystemrelease": [
4144
"6",
42-
"7"
45+
"7",
46+
"8"
4347
]
4448
},
4549
{

0 commit comments

Comments
 (0)