Skip to content

Commit c502342

Browse files
authored
switch build from jdk18 to jdk18u (#2879)
1 parent c843512 commit c502342

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [linux]
22-
version: [jdk8u, jdk11u, jdk17u, jdk18, jdk]
22+
version: [jdk8u, jdk11u, jdk17u, jdk18u, jdk]
2323
vm: [hotspot]
2424
image: [adoptopenjdk/centos7_build_image]
2525
include:
@@ -32,7 +32,7 @@ jobs:
3232
vm: hotspot
3333
image: adoptopenjdk/alpine3_build_image
3434
- os: alpine-linux
35-
version: jdk18
35+
version: jdk18u
3636
vm: hotspot
3737
image: adoptopenjdk/alpine3_build_image
3838
- os: alpine-linux

sbin/NOTICE.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ relevant to this content:
4343
* https://github.com/adoptium/jdk11u
4444
* https://github.com/adoptium/jdk16u
4545
* https://github.com/adoptium/jdk17u
46+
* https://github.com/adoptium/jdk18u
4647
* and so on
4748

4849
## Third-party Content

sbin/common/constants.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export JDK14_VERSION="jdk14u";
2525
export JDK15_VERSION="jdk15u";
2626
export JDK16_VERSION="jdk16u";
2727
export JDK17_VERSION="jdk17u";
28-
export JDK18_VERSION="jdk18";
28+
export JDK18_VERSION="jdk18u";
2929
export JDKHEAD_VERSION="jdk";
3030

3131
export JDK8_CORE_VERSION="jdk8";

0 commit comments

Comments
 (0)