Skip to content

Commit 44f8822

Browse files
pyricauclaude
andcommitted
Add recent Android API levels to instrumentation test matrix
Add API levels 28, 29, 31, 33, and 34 (Android 9-14) to the CI emulator matrix. API 29 was previously marked flaky but is worth retrying with current tooling. All use x86_64 + google_apis + stable channel, consistent with the existing modern emulator configuration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3f9207 commit 44f8822

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
- 21
4040
- 23
4141
- 26
42-
# - 29 flaky
42+
- 28
43+
- 29
44+
- 31
45+
- 33
46+
- 34
4347
include:
4448
- arch: x86
4549
api-level: 16
@@ -49,11 +53,6 @@ jobs:
4953
api-level: 19
5054
target: google_apis
5155
channel: stable
52-
# Failing (something about permissions maybe?
53-
# - arch: x86
54-
# api-level: 30
55-
# target: aosp_atd
56-
# channel: canary
5756
steps:
5857
- name: Enable KVM group perms
5958
run: |

0 commit comments

Comments
 (0)