Skip to content

Commit 257a964

Browse files
committed
chore: Set postgres version to 15 for tests
1 parent 426b628 commit 257a964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository-postgresql/src/test/java/org/lfenergy/compas/scl/data/repository/postgresql/PostgreSQLServerJUnitExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public void beforeAll(final ExtensionContext context) throws Exception {
3535
lock.lock();
3636
if (pg == null) {
3737
pg = EmbeddedPostgres.builder()
38+
.setTag("15-alpine")
3839
.start();
3940

4041
// We will also run Flyway to upgrade the database.

0 commit comments

Comments
 (0)