Skip to content

Commit 9068df9

Browse files
committed
fix java version in github action
1 parent d8110e0 commit 9068df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
mongodb-port: 27017
2828

29-
- name: Set up JDK 8
29+
- name: Set up JDK 17
3030
uses: actions/setup-java@v2
3131
with:
32-
java-version: '8'
32+
java-version: '17'
3333
distribution: 'adopt'
3434

3535
- name: Grant execute permission for gradle

0 commit comments

Comments
 (0)