Skip to content

Commit

Permalink
Support JDK 22 on CI
Browse files Browse the repository at this point in the history
See gh-867
  • Loading branch information
kazuki43zoo committed Nov 3, 2023
1 parent 2494630 commit e602753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 20, 21-ea]
distribution: ['zulu']
java: [11, 17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 5
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@

<junit.version>5.9.1</junit.version>

<jacoco.plugin>0.8.11</jacoco.plugin>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1684481211</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit e602753

Please sign in to comment.