Skip to content

Commit 6bbf1e0

Browse files
committed
🤦
1 parent f5af931 commit 6bbf1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout code.
1111
uses: actions/checkout@v3
1212

13-
- name: Set up JDK 11
13+
- name: Set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:
16-
java-version: "11"
16+
java-version: "17"
1717
distribution: "temurin"
1818
cache: maven
1919

0 commit comments

Comments
 (0)