Skip to content

Commit

Permalink
chore: updated java version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal committed Feb 26, 2024
1 parent 2946be9 commit bd98099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'

- name: Build with Gradle
run: |
Expand Down

0 comments on commit bd98099

Please sign in to comment.