Skip to content

Commit 75857ee

Browse files
Update release.yml, java-version: 23 -> 24
# Update the Java and Node versions in the environment - java-version: '24' - distribution: 'adopt' -> 'temurin' because: `adopt` for the distribution input referred to AdoptOpenJDK. AdoptOpenJDK is now Eclipse Temurin: so use `temurin` instead.
1 parent 4754141 commit 75857ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
- name: Set Up Java
8282
uses: actions/setup-java@v4
8383
with:
84-
java-version: '23'
85-
distribution: 'adopt'
84+
java-version: '24'
85+
distribution: 'temurin'
8686
- name: Build JDT-LS
8787
if: "${{ inputs.JDT_LS_VERSION == '' }}"
8888
run: |

0 commit comments

Comments
 (0)