Skip to content

Commit

Permalink
feat(ci): new android sdk requires Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 21, 2024
1 parent 84241f4 commit fc8a458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: svarog-android-33
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: build & test
run: ./gradlew assemble test jacocoTestReport
- name: Publish Test Report
Expand Down Expand Up @@ -45,11 +45,11 @@ jobs:
api: [ 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34 ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: integration test
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.6
timeout-minutes: 25
Expand Down

0 comments on commit fc8a458

Please sign in to comment.