Skip to content

Commit 4b891c7

Browse files
committed
Limit Spring integration tests to JDK < 25
1 parent 5cec4d3 commit 4b891c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<id>springITs</id>
4949
<activation>
5050
<!-- Hack to activate by default, except when explicitly disabled -->
51-
<jdk>[17,)</jdk>
51+
<jdk>[17,25)</jdk>
5252
</activation>
5353
<modules>
5454
<module>mapper/orm-spring</module>

lucene-next/integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<id>springITs</id>
2626
<activation>
2727
<!-- Hack to activate by default, except when explicitly disabled -->
28-
<jdk>[17,)</jdk>
28+
<jdk>[17,25)</jdk>
2929
</activation>
3030
<modules>
3131
<module>showcase/library</module>

0 commit comments

Comments
 (0)