Skip to content

Commit 98750f6

Browse files
committed
update unit test action java version
1 parent 200e8df commit 98750f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Set up JDK 8
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '8'
20+
java-version: '17'
2121
distribution: 'temurin'
2222

2323
- name: Run java client tests

0 commit comments

Comments
 (0)