We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef1a61 commit c0a9d84Copy full SHA for c0a9d84
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/setup-java@v5
48
with:
49
distribution: temurin
50
- java-version: 22
+ java-version: 25
51
cache: maven
52
- name: Get tree-sitter commit
53
shell: sh
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
server-id: central
28
server-username: SONATYPE_USERNAME
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Set up tree-sitter
43
uses: tree-sitter/setup-action/lib@v2
0 commit comments