Skip to content

Commit 201399f

Browse files
authored
Update CI for BaseDockerizedTest (#2254)
Updated the CI BaseDockerizedTest to point to dev_snapshot_PG18
1 parent 146bf38 commit 201399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void beforeAll() throws Exception {
5252
String CORRECT_DB_PASSWORDS = "postgres";
5353

5454
agensGraphContainer = new GenericContainer<>(DockerImageName
55-
.parse("apache/age:dev_snapshot_master"))
55+
.parse("apache/age:dev_snapshot_PG18"))
5656
.withEnv("POSTGRES_PASSWORD", CORRECT_DB_PASSWORDS)
5757
.withExposedPorts(5432);
5858
agensGraphContainer.start();

0 commit comments

Comments
 (0)