Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/android-devices-matrix-chrome-cpu1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/android-devices-matrix-cpu1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/android-devices-matrix-gpu1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down