Skip to content

Commit ef4070d

Browse files
committed
[ci] Add JDK 24 early access to CI build
1 parent 1d58e3f commit ef4070d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [11, 17, 21, 22, 23-ea]
12+
java: [11, 17, 21, 22, 23-ea, 24-ea]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
<java.test.version>16</java.test.version>
504504
<java.test.release.version>16</java.test.release.version>
505505
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
506-
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24)</allowed.build.jdks>
506+
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24),[24,25)</allowed.build.jdks>
507507
</properties>
508508
</profile>
509509
<profile>

0 commit comments

Comments
 (0)