Skip to content

Commit f922b2a

Browse files
committed
Start testing with just API v33
1 parent d55979f commit f922b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
name: Test on Android emulator
5353
runs-on: ubuntu-latest
5454
strategy:
55+
fail-fast: false
5556
matrix:
56-
api-level: [28, 29, 30, 31, 32, 33, 34]
57+
api-level: [33]
5758
steps:
5859
- uses: actions/checkout@v4
5960

0 commit comments

Comments
 (0)