Skip to content

Commit

Permalink
fix(ci): use java 17 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Jul 28, 2023
1 parent 454ad2a commit 45ab2f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: Set up JDK 11
uses: open-turo/action-setup-tools@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"

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

0 comments on commit 45ab2f4

Please sign in to comment.