From 5dbc18f169f4d26ffb950dd4ebe624b92f0c8aef Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 28 Sep 2024 20:14:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(CI):=20upgrade=20latest=20non-LTS=20CI=20?= =?UTF-8?q?JDK=20to=2023=20from=2022=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- .github/workflows/strong_ci.yaml | 2 +- scripts/integration_test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e590d3b..a99a1ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} diff --git a/.github/workflows/strong_ci.yaml b/.github/workflows/strong_ci.yaml index 8c5b8b8..15d63fe 100644 --- a/.github/workflows/strong_ci.yaml +++ b/.github/workflows/strong_ci.yaml @@ -27,7 +27,7 @@ jobs: 11 17 21 - 22 + 23 distribution: zulu cache: maven diff --git a/scripts/integration_test b/scripts/integration_test index 4a2490a..a203288 100755 --- a/scripts/integration_test +++ b/scripts/integration_test @@ -62,7 +62,7 @@ readonly CI_JDKS=( "$default_build_jdk_version" 17 21 - 22 + 23 ) # here use `install` and `-D performRelease` intended