Skip to content

Commit

Permalink
Add new supported OSes
Browse files Browse the repository at this point in the history
* Fedora 40
* OracleLinux 9
* Rocky 9
  • Loading branch information
jay7x committed Dec 10, 2024
1 parent 5842ea0 commit 07c39a7
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 @@ -51,13 +51,15 @@
"operatingsystemrelease": [
"36",
"37",
"38"
"38",
"40"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand All @@ -71,7 +73,8 @@
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
Expand Down

0 comments on commit 07c39a7

Please sign in to comment.