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