Skip to content

Commit b97a58d

Browse files
committed
chore : ci.yml jdk17 -> 21 변경
1 parent 61df831 commit b97a58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Checkout Code
2121
uses: actions/checkout@v3
2222

23-
- name: Set up JDK 17
23+
- name: Set up JDK 21
2424
uses: actions/setup-java@v3
2525
with:
2626
distribution: temurin
27-
java-version: 17
27+
java-version: 21
2828

2929
- name: Build Spring Boot Jar
3030
run: ./gradlew clean build -x test

0 commit comments

Comments
 (0)