Skip to content

Commit 7f0951b

Browse files
committed
feat: add support ubuntu26.04
1 parent 51764e3 commit 7f0951b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
/^(21.04|21.10)$/ => '13',
221221
/^(22.04)$/ => '14',
222222
/^(24.04)$/ => '16',
223+
/^(26.04)$/ => '18',
223224
default => undef,
224225
},
225226
default => undef,

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"18.04",
8181
"20.04",
8282
"22.04",
83-
"24.04"
83+
"24.04",
84+
"26.04"
8485
]
8586
},
8687
{

0 commit comments

Comments
 (0)