Skip to content

Commit f9a49a2

Browse files
committed
test(schema-compiler): Bump default PostgreSQL image to 12.22
1 parent 6eefd78 commit f9a49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/PostgresDBRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class PostgresDBRunner extends BaseDbRunner {
125125
}
126126

127127
async containerLazyInit() {
128-
const version = process.env.TEST_PGSQL_VERSION || '9.6.8';
128+
const version = process.env.TEST_PGSQL_VERSION || '12.22';
129129

130130
return new GenericContainer(`postgres:${version}`)
131131
.withEnvironment({

0 commit comments

Comments
 (0)