Skip to content

Commit

Permalink
Update test-deploy.yml to set api-level to [26, 32].
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 30, 2023
1 parent 37e38af commit 2c5cfbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
fail-fast: false
matrix:
# minSdk and targetSdk, see ${project_root}/android_test/app/build.gradle.kts
api-level: [ 26, 33 ]
# TODO: Investigate why it is unstable on API 33.
api-level: [ 26, 32 ]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2c5cfbb

Please sign in to comment.