Skip to content

Commit a6b6635

Browse files
committed
Update JDK version from 17 to 21 for extension publishing.
- When rebuilding an extension, that has a language server (that must also rebuild), if the language server relies on the latest Eclipse Platform, it will have the same BREE minimum - Eclipse 4.35 (2025-03) requires a JRE 21 Signed-off-by: Roland Grunberg <[email protected]>
1 parent 079cb30 commit a6b6635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/setup-java@v4
4949
with:
5050
distribution: "microsoft"
51-
java-version: "17"
51+
java-version: "21"
5252
- name: Install dependencies for native modules
5353
run: |
5454
sudo apt-get update

0 commit comments

Comments
 (0)