We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eefd78 commit f9a49a2Copy full SHA for f9a49a2
packages/cubejs-schema-compiler/test/integration/postgres/PostgresDBRunner.js
@@ -125,7 +125,7 @@ export class PostgresDBRunner extends BaseDbRunner {
125
}
126
127
async containerLazyInit() {
128
- const version = process.env.TEST_PGSQL_VERSION || '9.6.8';
+ const version = process.env.TEST_PGSQL_VERSION || '12.22';
129
130
return new GenericContainer(`postgres:${version}`)
131
.withEnvironment({
0 commit comments