Skip to content

Commit 48a96cf

Browse files
authored
Merge pull request #869 from kazuki43zoo/gh-867_2.1.x
Support JDK 22 on CI
2 parents 2494630 + e602753 commit 48a96cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
31-
java: [11, 17, 20, 21-ea]
32-
distribution: ['zulu']
31+
java: [11, 17, 21, 22-ea]
32+
distribution: ['temurin']
3333
fail-fast: false
3434
max-parallel: 5
3535
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

pom.xml

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

113113
<junit.version>5.9.1</junit.version>
114114

115+
<jacoco.plugin>0.8.11</jacoco.plugin>
116+
115117
<!-- Reproducible Builds -->
116118
<project.build.outputTimestamp>1684481211</project.build.outputTimestamp>
117119
</properties>

0 commit comments

Comments
 (0)