Skip to content

Commit c0a9565

Browse files
mozhuanzuojingrgrunber
authored andcommitted
Update release.yml Java 21
set java version = 21
1 parent 90bcb72 commit c0a9565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set Up Java
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '24'
21+
java-version: '21'
2222
distribution: 'temurin'
2323
- run: npm install -g typescript "@vscode/vsce"
2424
- run: wget http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set Up Java
8282
uses: actions/setup-java@v4
8383
with:
84-
java-version: '24'
84+
java-version: '21'
8585
distribution: 'temurin'
8686
- name: Build JDT-LS
8787
if: "${{ inputs.JDT_LS_VERSION == '' }}"

0 commit comments

Comments
 (0)