Skip to content

Commit bfe3a85

Browse files
authored
Configured workflow with jdk17 environment (#266)
1 parent ba3930c commit bfe3a85

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
@@ -44,8 +44,8 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- uses: actions/setup-java@v3
4646
with:
47-
distribution: 'corretto'
48-
java-version: '8'
47+
distribution: 'temurin'
48+
java-version: '17'
4949

5050

5151
- name: Before install

0 commit comments

Comments
 (0)