Skip to content

Commit

Permalink
update java in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Feb 9, 2024
1 parent 6b1124c commit 221a9cb
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 @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 11
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit 221a9cb

Please sign in to comment.