Skip to content

Commit b671c88

Browse files
ci: Add Android 17 (API 37) to critical UI test emulator matrix
Add API level 37 using the Google APIs x86_64 canary channel image so critical Maestro UI tests run on the new platform before compileSdk bump. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 58b65f0 commit b671c88

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
target: google_apis
7676
channel: canary # Necessary for ATDs
7777
arch: x86_64
78+
- api-level: 37 # Android 17
79+
target: google_apis
80+
channel: canary
81+
arch: x86_64
7882
steps:
7983
- name: Checkout code
8084
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)