Skip to content

Commit 849926e

Browse files
authored
Merge pull request #2939 from harawata/ci-on-jdk21
[actions] CI on JDK 22
2 parents d02ff57 + 141f7fc commit 849926e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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, 20, 21]
11+
java: [11, 17, 20, 21, 22]
1212
distribution: ['zulu']
1313
fail-fast: false
1414
max-parallel: 4

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153

154154
<!-- Reproducible Builds -->
155155
<project.build.outputTimestamp>1678513628</project.build.outputTimestamp>
156+
157+
<allowed.build.jdks>[11,12),[17,18),[20,21),[21,22),[22,23)</allowed.build.jdks>
156158
</properties>
157159

158160
<dependencies>

0 commit comments

Comments
 (0)