Skip to content

Commit

Permalink
fix: use JDK 17 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MortezaNedaei committed Apr 14, 2024
1 parent eb99d70 commit 25cd802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 25cd802

Please sign in to comment.