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 7f2d063
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
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 7f2d063

Please sign in to comment.