Skip to content

Commit

Permalink
Configured workflow with jdk17 environment (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainadc9 authored Jun 7, 2023
1 parent 6d62fe0 commit 605ccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '8'
distribution: 'temurin'
java-version: '17'


- name: Run test
Expand Down

0 comments on commit 605ccc4

Please sign in to comment.