From 4eca73ed3cc2f26b3f4c0aa9ed249f092ede4bdf Mon Sep 17 00:00:00 2001 From: finalerock44 Date: Thu, 6 Aug 2026 15:41:05 +0100 Subject: [PATCH] test(android): cover API 37 in the nightly device matrices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds pixel-6 / pixel-7 / pixel-7-pro at API 37 to the gpu1, cpu1 and chrome-cpu1 matrices (pixel-6-pro and the tablet are unchanged — they do not have 37 images). Do not merge ahead of the production rollout: these run against prod on a schedule, so merging early turns nine green nightlies into nine red ones until the promote workflows have run. --- .../workflows/android-devices-matrix-chrome-cpu1.yml | 6 ++++++ .github/workflows/android-devices-matrix-cpu1.yml | 6 ++++++ .github/workflows/android-devices-matrix-gpu1.yml | 12 +++++++++--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-devices-matrix-chrome-cpu1.yml b/.github/workflows/android-devices-matrix-chrome-cpu1.yml index d3d663c..54ddf99 100644 --- a/.github/workflows/android-devices-matrix-chrome-cpu1.yml +++ b/.github/workflows/android-devices-matrix-chrome-cpu1.yml @@ -48,6 +48,8 @@ jobs: api-level: "35" - device: pixel-6 api-level: "36" + - device: pixel-6 + api-level: "37" # Pixel 6 Pro supports API 33, 35 - device: pixel-6-pro @@ -64,6 +66,8 @@ jobs: api-level: "35" - device: pixel-7 api-level: "36" + - device: pixel-7 + api-level: "37" # Google Play: only pixel-7 / API 34 is supported - device: pixel-7 @@ -79,6 +83,8 @@ jobs: api-level: "35" - device: pixel-7-pro api-level: "36" + - device: pixel-7-pro + api-level: "37" # Generic Tablet supports API 33 only - device: generic-tablet diff --git a/.github/workflows/android-devices-matrix-cpu1.yml b/.github/workflows/android-devices-matrix-cpu1.yml index 11c15b8..2e968f0 100644 --- a/.github/workflows/android-devices-matrix-cpu1.yml +++ b/.github/workflows/android-devices-matrix-cpu1.yml @@ -48,6 +48,8 @@ jobs: api-level: "35" - device: pixel-6 api-level: "36" + - device: pixel-6 + api-level: "37" # Pixel 6 Pro supports API 33, 35 - device: pixel-6-pro @@ -64,6 +66,8 @@ jobs: api-level: "35" - device: pixel-7 api-level: "36" + - device: pixel-7 + api-level: "37" # Google Play: only pixel-7 / API 34 is supported - device: pixel-7 @@ -79,6 +83,8 @@ jobs: api-level: "35" - device: pixel-7-pro api-level: "36" + - device: pixel-7-pro + api-level: "37" # Generic Tablet supports API 33 only - device: generic-tablet diff --git a/.github/workflows/android-devices-matrix-gpu1.yml b/.github/workflows/android-devices-matrix-gpu1.yml index a45082f..1fde526 100644 --- a/.github/workflows/android-devices-matrix-gpu1.yml +++ b/.github/workflows/android-devices-matrix-gpu1.yml @@ -31,33 +31,39 @@ jobs: fail-fast: false matrix: include: - # Pixel 6 API 34-36 + # Pixel 6 API 34-37 - device: pixel-6 api-level: "34" - device: pixel-6 api-level: "35" - device: pixel-6 api-level: "36" + - device: pixel-6 + api-level: "37" # Pixel 6 Pro API 35 - device: pixel-6-pro api-level: "35" - # Pixel 7 API 34-36 + # Pixel 7 API 34-37 - device: pixel-7 api-level: "34" - device: pixel-7 api-level: "35" - device: pixel-7 api-level: "36" + - device: pixel-7 + api-level: "37" - # Pixel 7 Pro API 34-36 + # Pixel 7 Pro API 34-37 - device: pixel-7-pro api-level: "34" - device: pixel-7-pro api-level: "35" - device: pixel-7-pro api-level: "36" + - device: pixel-7-pro + api-level: "37" steps: