We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e356bee commit e43eed7Copy full SHA for e43eed7
proc/sysinfo/src/test/java/org/neo4j/gds/SysInfoProcTest.java
@@ -66,7 +66,12 @@ class SysInfoProcTest extends BaseProcTest {
66
"Neo4j 5.3",
67
"Neo4j 5.3 (placeholder)",
68
"Neo4j Settings 5.3",
69
- "Neo4j Settings 5.3 (placeholder)"
+ "Neo4j Settings 5.3 (placeholder)",
70
+
71
+ "Neo4j 5.4",
72
+ "Neo4j 5.4 (placeholder)",
73
+ "Neo4j Settings 5.4",
74
+ "Neo4j Settings 5.4 (placeholder)"
75
);
76
77
@BeforeEach
@@ -145,6 +150,7 @@ void testSysInfoProc() throws IOException {
145
150
146
151
"Neo4j 5.3"
147
152
153
+ break;
148
154
case V_5_4:
149
155
expectedCompatibilities = Set.of(
156
"Neo4j Settings 5.4 (placeholder)",
0 commit comments