Skip to content

Commit f0cbadf

Browse files
committed
Temporarily switch to JDK23
1 parent 72726cc commit f0cbadf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: [ubuntu-latest]
88
strategy:
99
matrix:
10-
java: [11, 21]
10+
java: [23]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-java@v3
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: [macos-latest]
2525
strategy:
2626
matrix:
27-
java: [11, 21]
27+
java: [23]
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-java@v3
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: [windows-latest]
4848
strategy:
4949
matrix:
50-
java: [11, 21]
50+
java: [23]
5151
steps:
5252
- uses: actions/checkout@v3
5353
- uses: actions/setup-java@v3

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ant/project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ java.download=https://bell-sw.com/pages/downloads/#/java-11-lts
3939
# Java vendor to bundle into software (e.g. "*BellSoft|Adoptium|Microsoft|Amazon|IBM")
4040
jlink.java.vendor="BellSoft"
4141
# Java vendor to bundle into software (e.g. "11.0.17+7")
42-
jlink.java.version="11.0.25+11"
42+
# FIXME: Revert to JDK21
43+
jlink.java.version="23.0.1+13"
4344
# Java garbage collector flavor to use (e.g. "hotspot|openj9")
4445
jlink.java.gc="hotspot"
4546
# Java garbage collector version to use (e.g. openj9: "0.35.0", zulu: "11.62.17")

0 commit comments

Comments
 (0)