Skip to content

Commit 626b4dd

Browse files
xerialclaude
andauthored
Add Java 24 to CI test matrix (#678)
* Replace setup-scala with setup-java in snapshot workflow Updates snapshot.yml to use actions/setup-java@v4 instead of olafurpg/setup-scala@v14 for better consistency with other workflows and official GitHub Actions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Add Java 24 to CI test matrix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent e8e8ec7 commit 626b4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
test-jdk:
4343
strategy:
4444
matrix:
45-
version: [ '8', '11', '17', '21' ]
45+
version: [ '8', '11', '17', '21', '24' ]
4646
name: test jdk${{ matrix.version }}
4747
needs: changes
4848
if: ${{ needs.changes.outputs.code == 'true' }}

0 commit comments

Comments
 (0)