Skip to content

Commit 4d7d1d2

Browse files
committed
3571: Update Version Types
1 parent 8368663 commit 4d7d1d2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Types/DatabaseVersionType.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ class DatabaseVersionType
2424
'Mariadb 10.9' => '10.9',
2525
'Mariadb 10.10' => '10.10',
2626
'Mariadb 10.11' => '10.11',
27+
'Mariadb 11.0' => '11.0',
28+
'Mariadb 11.1' => '11.1',
29+
'Mariadb 11.2' => '11.3',
30+
'Mariadb 11.4' => '11.4',
31+
'Mariadb 11.5' => '11.5',
32+
'Mariadb 11.6' => '11.6',
2733
];
2834
}

src/Types/SystemType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ class SystemType
1919
'Ubuntu 22.04' => 'ubuntu2204',
2020
'Ubuntu 23.04' => 'ubuntu2304',
2121
'Ubuntu 24.04' => 'ubuntu2404',
22+
'Ubuntu 25.04' => 'ubuntu2504',
2223
'Debian 9' => 'deb9',
2324
'Debian 10' => 'deb10',
2425
'Debian 11' => 'deb11',
26+
'Debian 13' => 'deb12',
2527
];
2628
}

0 commit comments

Comments
 (0)