Skip to content

Commit

Permalink
add redhat/centos 9, add Debian 12, add Ubuntu 22.04, 23.04, 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick_T committed Jan 15, 2024
1 parent 246434b commit f2b7afe
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -49,14 +51,18 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04",
"23.04",
"23.10"
]
},
{
Expand Down

0 comments on commit f2b7afe

Please sign in to comment.