Skip to content

Commit

Permalink
Merge pull request #2939 from harawata/ci-on-jdk21
Browse files Browse the repository at this point in the history
[actions] CI on JDK 22
  • Loading branch information
hazendaz committed Aug 26, 2023
2 parents d02ff57 + 141f7fc commit 849926e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 20, 21]
java: [11, 17, 20, 21, 22]
distribution: ['zulu']
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1678513628</project.build.outputTimestamp>

<allowed.build.jdks>[11,12),[17,18),[20,21),[21,22),[22,23)</allowed.build.jdks>
</properties>

<dependencies>
Expand Down

0 comments on commit 849926e

Please sign in to comment.