[GHA] JDK 21 for VSCode, Eclipse LS extensions

This commit is contained in:
aboyko
2024-11-19 13:52:27 -05:00
parent a73b78e325
commit c81c52be7c
7 changed files with 13 additions and 13 deletions

View File

@@ -31,10 +31,10 @@ jobs:
steps:
- name: Checkout vscode-extensions code and workflow scripts
uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build .VSIX file
id: build-vsix