Skip to content

Commit

Permalink
Add Oracle Linux 7+ & Rocky Linux 8+ to supported OS (#5062)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRumyantsev authored Dec 13, 2024
1 parent b88ed00 commit a79a8ef
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
16 changes: 16 additions & 0 deletions src/Agent.Listener/net6.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@
}
]
},
{
"id": "ol",
"versions": [
{
"name": "7+"
}
]
},
{
"id": "rocky",
"versions": [
{
"name": "8+"
}
]
},
{
"id": "sles",
"versions": [
Expand Down
24 changes: 16 additions & 8 deletions src/Agent.Listener/net8.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
}
]
},
{
"id": "ol",
"versions": [
{
"name": "8+"
}
]
},
{
"id": "macOS",
"versions": [
Expand Down Expand Up @@ -82,6 +74,22 @@
}
]
},
{
"id": "ol",
"versions": [
{
"name": "8+"
}
]
},
{
"id": "rocky",
"versions": [
{
"name": "8+"
}
]
},
{
"id": "sles",
"versions": [
Expand Down

0 comments on commit a79a8ef

Please sign in to comment.