File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ defaults:
5353 shell : bash
5454
5555
56- env :
57- JAVA_VERSION : 17
58-
59-
6056jobs :
6157
6258 # ##########################################################
@@ -132,6 +128,11 @@ jobs:
132128 # at org.eclipse.urischeme.AutoRegisterSchemeHandlersJob.run(AutoRegisterSchemeHandlersJob.java:85)
133129 sudo apt-get install --no-install-recommends -y xdg-utils
134130
131+
132+ - name : " Set Java Version"
133+ run : echo "JAVA_VERSION=$([[ '${{ matrix.target-platform }}' == 'oldest' ]] && echo 17 || echo 21)" >> $GITHUB_ENV
134+
135+
135136 - name : " Install: JDK ${{ env.JAVA_VERSION }} ☕"
136137 uses : actions/setup-java@v4 # https://github.com/actions/setup-java
137138 with :
Original file line number Diff line number Diff line change 88 <repository location =" https://download.eclipse.org/cbi/updates/license" />
99 </location >
1010
11- <!-- 4.32 = Eclipse 2024-06 -->
11+ <!-- 4.34 = Eclipse 2024-12 -->
1212
1313 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
1414 <unit id =" com.google.gson" version =" 0.0.0" />
2121 <unit id =" org.joni.source" version =" 0.0.0" />
2222 <unit id =" org.snakeyaml.engine" version =" 0.0.0" />
2323 <unit id =" org.snakeyaml.engine.source" version =" 0.0.0" />
24- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06 " />
24+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12 " />
2525 </location >
2626
2727 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
3232 <unit id =" junit-jupiter-api" version =" 0.0.0" />
3333 <unit id =" org.eclipse.jdt.junit5.runtime" version =" 0.0.0" />
3434 <unit id =" org.eclipse.ui.trace" version =" 0.0.0" />
35- <repository location =" https://download.eclipse.org/eclipse/updates/4.32 " />
35+ <repository location =" https://download.eclipse.org/eclipse/updates/4.34 " />
3636 </location >
3737 </locations >
3838
39- <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " />
40- </target >
39+ <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " />
40+ </target >
Original file line number Diff line number Diff line change 4545 </locations >
4646
4747 <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
48- </target >
48+ </target >
Original file line number Diff line number Diff line change 88 <repository location =" https://download.eclipse.org/cbi/updates/license" />
99 </location >
1010
11- <!-- 4.34 = Eclipse 2024-12 -->
11+ <!-- 4.35 = Eclipse 2025-03 -->
1212
1313 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
1414 <unit id =" com.google.gson" version =" 0.0.0" />
2121 <unit id =" org.joni.source" version =" 0.0.0" />
2222 <unit id =" org.snakeyaml.engine" version =" 0.0.0" />
2323 <unit id =" org.snakeyaml.engine.source" version =" 0.0.0" />
24- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12 " />
24+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-03 " />
2525 </location >
2626
2727 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
3232 <unit id =" junit-jupiter-api" version =" 0.0.0" />
3333 <unit id =" org.eclipse.jdt.junit5.runtime" version =" 0.0.0" />
3434 <unit id =" org.eclipse.ui.trace" version =" 0.0.0" />
35- <repository location =" https://download.eclipse.org/eclipse/updates/4.34 -I-builds" />
35+ <repository location =" https://download.eclipse.org/eclipse/updates/4.35 -I-builds" />
3636 </location >
3737 </locations >
3838
39- <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " />
40- </target >
39+ <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " />
40+ </target >
You can’t perform that action at this time.
0 commit comments