File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,7 @@ jobs :
276
276
fail-fast : false
277
277
matrix :
278
278
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
282
280
steps :
283
281
- uses : actions/checkout@v3
284
282
@@ -298,10 +296,8 @@ jobs :
298
296
# Allow tests to continue on other devices if they fail on one device.
299
297
fail-fast : false
300
298
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
303
299
api-level :
304
- - 29
300
+ - 31
305
301
# ## <start-connected-check-shards>
306
302
shardNum : [ 1, 2, 3 ]
307
303
# ## <end-connected-check-shards>
@@ -326,7 +322,7 @@ jobs :
326
322
fail-fast : false
327
323
matrix :
328
324
api-level :
329
- - 29
325
+ - 31
330
326
# ## <start-connected-check-shards>
331
327
shardNum : [ 1, 2, 3 ]
332
328
# ## <end-connected-check-shards>
You can’t perform that action at this time.
0 commit comments