Skip to content

Commit

Permalink
Add additional database services (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored Dec 22, 2023
1 parent d2c1e1c commit 464f912
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Resources/InstallableServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ class InstallableServices
const MYSQL_8 = 'mysql8';

const MARIADB = 'mariadb';
const MARIADB_106 = 'mariadb106';
const MARIADB_1011 = 'mariadb1011';

const POSTGRES = 'postgres';
const POSTGRES_13 = 'postgres13';
const POSTGRES_14 = 'postgres14';
const POSTGRES_15 = 'postgres15';
const POSTGRES_16 = 'postgres16';
}

0 comments on commit 464f912

Please sign in to comment.