Skip to content

Commit f52b3ae

Browse files
committed
Declare support for Debian 11, 12, 13 and Ubuntu 24.04
1 parent 700df73 commit f52b3ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

metadata.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,18 @@
4141
{
4242
"operatingsystem": "Debian",
4343
"operatingsystemrelease": [
44-
"10"
44+
"10",
45+
"11",
46+
"12",
47+
"13"
4548
]
4649
},
4750
{
4851
"operatingsystem": "Ubuntu",
4952
"operatingsystemrelease": [
5053
"20.04",
51-
"22.04"
54+
"22.04",
55+
"24.04"
5256
]
5357
},
5458
{

0 commit comments

Comments
 (0)