From 5a6a61b4beb5311b27bfca524af567247bc9aaf1 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 19 Aug 2025 16:42:28 +0800 Subject: [PATCH] chore: update jdk to 21 --- .github/workflows/commit_ci.yml | 4 ++-- .github/workflows/pull_request_ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit_ci.yml b/.github/workflows/commit_ci.yml index 8cee05e..7dd8737 100644 --- a/.github/workflows/commit_ci.yml +++ b/.github/workflows/commit_ci.yml @@ -37,10 +37,10 @@ jobs: uses: jwlawson/actions-setup-cmake@v1 with: cmake-version: '3.22.1' - - name: Prepare Java 17 + - name: Prepare Java 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 java-package: jdk distribution: 'temurin' cache: 'gradle' diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index 495866e..b88b0b0 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -27,10 +27,10 @@ jobs: uses: jwlawson/actions-setup-cmake@v1 with: cmake-version: '3.22.1' - - name: Prepare Java 17 + - name: Prepare Java 21 uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 java-package: jdk distribution: 'temurin' cache: 'gradle'