Skip to content

Commit c0a9d84

Browse files
ci: upgrade to Java 25
1 parent 1ef1a61 commit c0a9d84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-java@v5
4848
with:
4949
distribution: temurin
50-
java-version: 22
50+
java-version: 25
5151
cache: maven
5252
- name: Get tree-sitter commit
5353
shell: sh

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-java@v5
2323
with:
2424
distribution: temurin
25-
java-version: 22
25+
java-version: 25
2626
cache: maven
2727
server-id: central
2828
server-username: SONATYPE_USERNAME

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-java@v5
3838
with:
3939
distribution: temurin
40-
java-version: 22
40+
java-version: 25
4141
cache: maven
4242
- name: Set up tree-sitter
4343
uses: tree-sitter/setup-action/lib@v2

0 commit comments

Comments
 (0)