Skip to content

Commit cdd7088

Browse files
authored
Configured workflow with jdk17 environment (#159)
1 parent b4bb7fe commit cdd7088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
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)