Skip to content

Commit

Permalink
ci: Change android api sdk level
Browse files Browse the repository at this point in the history
  • Loading branch information
emschu committed Dec 27, 2023
1 parent 8fb2c4c commit 488dd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
api-level: [23, 31]
api-level: [24, 31]
target: [default]
steps:
- name: checkout
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
script: ./gradlew connectedCheck --stacktrace

- name: Upload Reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Test-Reports
path: app/build/reports
Expand Down

0 comments on commit 488dd7f

Please sign in to comment.