Add Android canary builds into CI tests

This commit is contained in:
topjohnwu
2025-07-10 16:31:54 -07:00
committed by John Wu
parent c8aec2510d
commit 4cf525c588
2 changed files with 23 additions and 7 deletions

View File

@@ -82,12 +82,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35]
version: [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, "36.0-CANARY"]
type: [""]
include:
- version: 36
type: "google_apis"
- version: 36
- version: "36.0-CANARY"
type: "google_apis_ps16k"
steps: