Skip to content

Commit a56a497

Browse files
committed
chore: Revert change
1 parent 257a964 commit a56a497

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)