Skip to content

Commit f93b0a9

Browse files
authored
Merge pull request #408 from kenyon/add-new-debian-ubuntu
Declare support for Debian 11, 12 and Ubuntu 24.04
2 parents 700df73 + 10401ba commit f93b0a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

metadata.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,17 @@
4141
{
4242
"operatingsystem": "Debian",
4343
"operatingsystemrelease": [
44-
"10"
44+
"10",
45+
"11",
46+
"12"
4547
]
4648
},
4749
{
4850
"operatingsystem": "Ubuntu",
4951
"operatingsystemrelease": [
5052
"20.04",
51-
"22.04"
53+
"22.04",
54+
"24.04"
5255
]
5356
},
5457
{

0 commit comments

Comments
 (0)