From b97a58d4df4c0b163eda09ca4f296fdfe2558600 Mon Sep 17 00:00:00 2001 From: junyong Date: Sat, 11 Oct 2025 03:56:50 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20ci.yml=20jdk17=20->=2021=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccd135..f2aaaa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 17 + java-version: 21 - name: Build Spring Boot Jar run: ./gradlew clean build -x test