Skip to content

Commit b8efa5a

Browse files
ci: test all supported Java versions
1 parent 901995c commit b8efa5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
target: [ubuntu-latest, windows-latest, macos-latest]
40+
java-version: [23, 24, 25]
4041
runs-on: ${{matrix.target}}
4142
steps:
4243
- name: Checkout repository
@@ -47,7 +48,7 @@ jobs:
4748
uses: actions/setup-java@v5
4849
with:
4950
distribution: temurin
50-
java-version: 25
51+
java-version: ${{matrix.java-version}}
5152
cache: maven
5253
- name: Get tree-sitter commit
5354
shell: sh

0 commit comments

Comments
 (0)