Skip to content

Commit

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

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

0 comments on commit 1c430a3

Please sign in to comment.