Skip to content

Commit a9e9436

Browse files
committed
Switch emulator
1 parent 6e544ad commit a9e9436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
api-level:
53-
- 29
53+
- 31
5454

5555
steps:
5656
- name: Checkout
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run tests
6565
uses: reactivecircus/android-emulator-runner@v2
6666
with:
67-
api-level: 29
67+
api-level: 31
6868
script: ./gradlew assemble testCoverage
6969
env:
7070
API_LEVEL: ${{ matrix.api-level }}

0 commit comments

Comments
 (0)