Skip to content

Commit 8d25f8b

Browse files
Move API level from 29 to 31
1 parent 6457bf9 commit 8d25f8b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/kotlin.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,7 @@ jobs :
276276
fail-fast : false
277277
matrix :
278278
api-level :
279-
- 29
280-
# Unclear that older versions actually honor command to disable animation.
281-
# Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
279+
- 31
282280
steps :
283281
- uses : actions/checkout@v3
284282

@@ -298,10 +296,8 @@ jobs :
298296
# Allow tests to continue on other devices if they fail on one device.
299297
fail-fast : false
300298
matrix :
301-
# Unclear that older versions actually honor command to disable animation.
302-
# Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
303299
api-level :
304-
- 29
300+
- 31
305301
### <start-connected-check-shards>
306302
shardNum : [ 1, 2, 3 ]
307303
### <end-connected-check-shards>
@@ -326,7 +322,7 @@ jobs :
326322
fail-fast : false
327323
matrix :
328324
api-level :
329-
- 29
325+
- 31
330326
### <start-connected-check-shards>
331327
shardNum : [ 1, 2, 3 ]
332328
### <end-connected-check-shards>

0 commit comments

Comments
 (0)