Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add java 21 and 25 to build matrix
  • Loading branch information
Philippus authored Oct 4, 2025
commit 50e5e4162440d7b001a4c55d2b426304a9c960d7
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
java: [8, 11, 17, 21, 25]
scala: [2.12.x, 2.13.x]
runs-on: ubuntu-latest
steps:
Expand Down
Loading