Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
remove jdk 25 for now as kotlin doesn't support it yet.
  • Loading branch information
hazendaz authored Jan 2, 2025
1 parent fa03061 commit 269fd74
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 @@ -13,7 +13,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [17, 21, 23, 24-ea, 25-ea]
java: [17, 21, 23, 24-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit 269fd74

Please sign in to comment.