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: