Skip to content

Commit 978b2d3

Browse files
authored
Fix smoke tester test workflow to run with Java 25 (#15260)
* Fix smoke tester test workflow to run with Java 25 #15236. * Adding unsupported indexes for 9.12.3 for the smoke tester.
1 parent f3d2efa commit 978b2d3

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.github/workflows/run-nightly-smoketester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# This intentionally lists two versions, the last one is used as the system default (for running gradle).
4646
java-version: |
4747
${{ matrix.java-version }}
48-
24
48+
25
4949
5050
- name: Echo diagnostic paths and locations
5151
run: |

dev-tools/scripts/releaseWizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ def main():
13121312

13131313
state.save()
13141314

1315-
# Smoketester requires JAVA11_HOME to point to Java11
1315+
# Smoketester requires JAVA_HOME to point to the minimum Java required to build the project.
13161316
os.environ["JAVA_HOME"] = state.get_java_home()
13171317
os.environ["JAVACMD"] = state.get_java_cmd()
13181318

17 KB
Binary file not shown.
17 KB
Binary file not shown.
5.32 KB
Binary file not shown.
134 KB
Binary file not shown.

0 commit comments

Comments
 (0)