Skip to content

Commit

Permalink
Run Android instrumentation tests on minSdk and targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 1, 2025
1 parent 5b2bfb9 commit 1ce2ff6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- api-level: 34
jdk-version: 21
arch: x86_64
api-level:
- 21 # minSdk
- 35 # targetSdk
jdk-version: 21
arch: x86_64
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1ce2ff6

Please sign in to comment.