Skip to content

Commit 83f6e13

Browse files
build: Upgrade vector tests to use latest Neo4j 2025.8.
1 parent a8a26d6 commit 83f6e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j-jdbc-it/neo4j-jdbc-it-cp/src/test/java/org/neo4j/jdbc/it/cp/AbstractVectorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstract class AbstractVectorIT {
5252
protected final boolean databaseSupportsVectors;
5353

5454
AbstractVectorIT(String defaultLanguage) {
55-
this.neo4j = getNeo4jContainer("neo4j:2025.07-enterprise", defaultLanguage);
55+
this.neo4j = getNeo4jContainer("neo4j:2025.08-enterprise", defaultLanguage);
5656
var logs = new CopyOnWriteArrayList<String>();
5757
this.neo4j.withLogConsumer(frame -> logs.add(frame.getUtf8String().trim()));
5858
this.neo4j.start();

0 commit comments

Comments
 (0)