Skip to content

Commit 464f912

Browse files
authored
Add additional database services (#173)
1 parent d2c1e1c commit 464f912

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Resources/InstallableServices.php

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ class InstallableServices
1919
const MYSQL_8 = 'mysql8';
2020

2121
const MARIADB = 'mariadb';
22+
const MARIADB_106 = 'mariadb106';
23+
const MARIADB_1011 = 'mariadb1011';
2224

2325
const POSTGRES = 'postgres';
26+
const POSTGRES_13 = 'postgres13';
27+
const POSTGRES_14 = 'postgres14';
28+
const POSTGRES_15 = 'postgres15';
29+
const POSTGRES_16 = 'postgres16';
2430
}

0 commit comments

Comments
 (0)