Skip to content

Commit 9a2499b

Browse files
authored
Merge pull request #3083 from harawata/ci-jdk-23
[actions] ci on JDK 23
2 parents d2640f2 + a49b3c9 commit 9a2499b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [11, 17, 21, 22-ea]
11+
java: [11, 17, 21, 22-ea, 23-ea]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@
504504
<java.test.version>16</java.test.version>
505505
<java.test.release.version>16</java.test.release.version>
506506
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
507+
<allowed.build.jdks>[11,12),[17,18),[21,22),[22,23),[23,24)</allowed.build.jdks>
507508
</properties>
508509
</profile>
509510
<profile>

0 commit comments

Comments
 (0)