Skip to content

Commit c3bd30f

Browse files
committed
Add RedHat/CentOS/OracleLinux 9 support
1 parent e3343aa commit c3bd30f

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
@@ -30,21 +30,24 @@
3030
"operatingsystem": "RedHat",
3131
"operatingsystemrelease": [
3232
"7",
33-
"8"
33+
"8",
34+
"9"
3435
]
3536
},
3637
{
3738
"operatingsystem": "CentOS",
3839
"operatingsystemrelease": [
3940
"7",
40-
"8"
41+
"8",
42+
"9"
4143
]
4244
},
4345
{
4446
"operatingsystem": "OracleLinux",
4547
"operatingsystemrelease": [
4648
"7",
47-
"8"
49+
"8",
50+
"9"
4851
]
4952
},
5053
{

0 commit comments

Comments
 (0)