Skip to content

Commit 2a6a7f7

Browse files
committed
update jdk version
1 parent 393a868 commit 2a6a7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
- name: Checkout Repository
2424
uses: actions/checkout@v4
25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: "17"
28+
java-version: "21"
2929
distribution: "temurin"
3030
cache: maven
3131
- name: Build insta-service-registry with Maven

0 commit comments

Comments
 (0)