Skip to content

Commit

Permalink
Update commit_validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvp authored Dec 12, 2024
1 parent 225a926 commit cc4da27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [23, 29]
api-level: [23, 34]

steps:
- uses: actions/checkout@v4
Expand All @@ -51,4 +51,5 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
script: ./gradlew connectedCheck

0 comments on commit cc4da27

Please sign in to comment.