Skip to content

Commit c866c32

Browse files
[CI] Don't test on APIs 16 and 19. MinSdk already 21
1 parent 9802b89 commit c866c32

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,10 @@ jobs:
104104
fail-fast: false
105105
matrix:
106106
include:
107-
# Oldest provisionally supported API
108-
- arch: x86
109-
api-level: 16
110-
api-type-target: default
111-
# Oldest properly supported API
112-
- arch: x86
113-
api-level: 19
114-
api-type-target: default
115107
# Oldest 64 bit
116108
- arch: x86_64
117109
api-level: 21
118110
api-type-target: default
119-
# targetSdk
120111
- arch: x86_64
121112
api-level: 32
122113
api-type-target: google_apis

0 commit comments

Comments
 (0)