Skip to content

Commit 3fb0422

Browse files
committed
Pick a shorter simple set of CI test targets
1 parent 8cfdd75 commit 3fb0422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
# We skip 27 - no x86_64 + google_apis seems to be available for that level?
58-
api-level: [22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34]
57+
api-level: [26, 28, 30, 33]
5958
steps:
6059
- uses: actions/checkout@v4
6160

0 commit comments

Comments
 (0)