Skip to content

Commit 605ccc4

Browse files
authored
Configured workflow with jdk17 environment (#211)
1 parent 6d62fe0 commit 605ccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- uses: actions/setup-java@v3
2828
with:
29-
distribution: 'corretto'
30-
java-version: '8'
29+
distribution: 'temurin'
30+
java-version: '17'
3131

3232

3333
- name: Run test

0 commit comments

Comments
 (0)