Skip to content

Commit

Permalink
Increase Java version in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed May 10, 2024
1 parent c81db90 commit 5ea771b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "11"
java-version: "17"

- name: Run Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 5ea771b

Please sign in to comment.