chore(CI): upgrade latest non-LTS CI JDK to 23 from 22 🤖

This commit is contained in:
Jerry Lee 2024-09-28 20:14:28 +08:00
parent 9997c6fa26
commit 5dbc18f169
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 8.0.345, 8, 11, 17, 21, 22 ]
java: [ 8.0.345, 8, 11, 17, 21, 23 ]
fail-fast: false
max-parallel: 64
name: Fast CI on Java ${{ matrix.java }} OS ${{ matrix.os }}

View File

@ -27,7 +27,7 @@ jobs:
11
17
21
22
23
distribution: zulu
cache: maven

View File

@ -62,7 +62,7 @@ readonly CI_JDKS=(
"$default_build_jdk_version"
17
21
22
23
)
# here use `install` and `-D performRelease` intended