Skip to content

Commit

Permalink
Merge pull request #219 from hazendaz/master
Browse files Browse the repository at this point in the history
[gha] drop jdk 22, use 23 ga, and add 24-ea/25-ea
  • Loading branch information
hazendaz authored Jan 2, 2025
2 parents 33fe480 + b321ea1 commit 4efae4f
Showing 1 changed file with 1 addition 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 @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [17, 21, 22, 23-ea]
java: [17, 21, 23, 24-ea, 25-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit 4efae4f

Please sign in to comment.