Version Policy Update - Postgres 18 to 14
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -42,7 +42,7 @@ async function migrateUntilBefore(knex: Knex, target: string): Promise<void> {
|
||||
jest.setTimeout(60_000);
|
||||
|
||||
const databases = TestDatabases.create({
|
||||
ids: ['POSTGRES_9', 'POSTGRES_13', 'POSTGRES_16'],
|
||||
ids: ['POSTGRES_9', 'POSTGRES_14', 'POSTGRES_16'],
|
||||
});
|
||||
|
||||
const maybeDescribe =
|
||||
|
||||
@@ -147,7 +147,7 @@ describe('eventsPlugin', () => {
|
||||
}
|
||||
|
||||
const databases = TestDatabases.create({
|
||||
ids: ['SQLITE_3', 'MYSQL_8', 'POSTGRES_13', 'POSTGRES_17'],
|
||||
ids: ['SQLITE_3', 'MYSQL_8', 'POSTGRES_14', 'POSTGRES_18'],
|
||||
});
|
||||
|
||||
async function mockKnexFactory(databaseId: TestDatabaseId) {
|
||||
|
||||
@@ -26,7 +26,7 @@ jest.setTimeout(60_000);
|
||||
const logger = mockServices.logger.mock();
|
||||
|
||||
const databases = TestDatabases.create({
|
||||
ids: ['POSTGRES_13', 'POSTGRES_17'],
|
||||
ids: ['POSTGRES_14', 'POSTGRES_18'],
|
||||
});
|
||||
|
||||
const maybeDescribe =
|
||||
|
||||
Reference in New Issue
Block a user