Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Fix java version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Jul 14, 2022
1 parent af10733 commit fa871d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Set Version
uses: chkfung/android-version-actions@v1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Set Version
uses: chkfung/android-version-actions@v1.1
Expand Down

0 comments on commit fa871d6

Please sign in to comment.