mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-27 07:54:17 +02:00
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>
This commit is contained in:
parent
e8e8ec79f6
commit
626b4dd765
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
test-jdk:
|
test-jdk:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [ '8', '11', '17', '21' ]
|
version: [ '8', '11', '17', '21', '24' ]
|
||||||
name: test jdk${{ matrix.version }}
|
name: test jdk${{ matrix.version }}
|
||||||
needs: changes
|
needs: changes
|
||||||
if: ${{ needs.changes.outputs.code == 'true' }}
|
if: ${{ needs.changes.outputs.code == 'true' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user