Skip to content

Commit ca03e41

Browse files
committed
chore: Set embedded postgres version to 15
1 parent 412c2f2 commit ca03e41

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-latest")
3839
.start();
3940

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

0 commit comments

Comments
 (0)