Skip to content

Commit

Permalink
Move API level from 29 to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-the-edwards committed Dec 12, 2023
1 parent 6457bf9 commit 8d25f8b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,7 @@ jobs :
fail-fast : false
matrix :
api-level :
- 29
# Unclear that older versions actually honor command to disable animation.
# Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
- 31
steps :
- uses : actions/checkout@v3

Expand All @@ -298,10 +296,8 @@ jobs :
# Allow tests to continue on other devices if they fail on one device.
fail-fast : false
matrix :
# Unclear that older versions actually honor command to disable animation.
# Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
api-level :
- 29
- 31
### <start-connected-check-shards>
shardNum : [ 1, 2, 3 ]
### <end-connected-check-shards>
Expand All @@ -326,7 +322,7 @@ jobs :
fail-fast : false
matrix :
api-level :
- 29
- 31
### <start-connected-check-shards>
shardNum : [ 1, 2, 3 ]
### <end-connected-check-shards>
Expand Down

0 comments on commit 8d25f8b

Please sign in to comment.