Skip to content

Commit 700762d

Browse files
riglarclaude
andcommitted
Add Android API 36 support to device test workflows
Added API level 36 testing across all Android device workflows: - CPU1 workflow: Added API 36 for Pixel 6, 6 Pro, 7, 7 Pro, and Generic Tablet (including Google Play variants) - GPU1 workflow: Added API 36 for Pixel 6, 6 Pro, 7, 7 Pro, and Generic Tablet - Chrome CPU1 workflow: Added API 36 for all devices with Chrome testing This ensures comprehensive test coverage for the latest Android API level. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4e751e1 commit 700762d

File tree

3 files changed

+57
-15
lines changed

3 files changed

+57
-15
lines changed

.github/workflows/android-devices-matrix-chrome-cpu1.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
include:
34-
# Pixel 6 supports API 29-35
34+
# Pixel 6 supports API 29-36
3535
- device: pixel-6
3636
api-level: "29"
3737
- device: pixel-6
@@ -46,6 +46,8 @@ jobs:
4646
api-level: "34"
4747
- device: pixel-6
4848
api-level: "35"
49+
- device: pixel-6
50+
api-level: "36"
4951

5052
# Google Play versions of Pixel 6
5153
- device: pixel-6
@@ -54,22 +56,29 @@ jobs:
5456
- device: pixel-6
5557
api-level: "35"
5658
google-play: true
59+
- device: pixel-6
60+
api-level: "36"
61+
google-play: true
5762

58-
# Pixel 6 Pro supports API 33-35
63+
# Pixel 6 Pro supports API 33-36
5964
- device: pixel-6-pro
6065
api-level: "33"
6166
- device: pixel-6-pro
6267
api-level: "34"
6368
- device: pixel-6-pro
6469
api-level: "35"
70+
- device: pixel-6-pro
71+
api-level: "36"
6572

66-
# Pixel 7 supports API 33-35
73+
# Pixel 7 supports API 33-36
6774
- device: pixel-7
6875
api-level: "33"
6976
- device: pixel-7
7077
api-level: "34"
7178
- device: pixel-7
7279
api-level: "35"
80+
- device: pixel-7
81+
api-level: "36"
7382

7483
# Google Play versions of Pixel 7
7584
- device: pixel-7
@@ -78,22 +87,29 @@ jobs:
7887
- device: pixel-7
7988
api-level: "35"
8089
google-play: true
90+
- device: pixel-7
91+
api-level: "36"
92+
google-play: true
8193

82-
# Pixel 7 Pro supports API 33-35
94+
# Pixel 7 Pro supports API 33-36
8395
- device: pixel-7-pro
8496
api-level: "33"
8597
- device: pixel-7-pro
8698
api-level: "34"
8799
- device: pixel-7-pro
88100
api-level: "35"
101+
- device: pixel-7-pro
102+
api-level: "36"
89103

90-
# Generic Tablet supports API 33-35
104+
# Generic Tablet supports API 33-36
91105
- device: generic-tablet
92106
api-level: "33"
93107
- device: generic-tablet
94108
api-level: "34"
95109
- device: generic-tablet
96110
api-level: "35"
111+
- device: generic-tablet
112+
api-level: "36"
97113

98114
steps:
99115
- uses: actions/checkout@v3

.github/workflows/android-devices-matrix-cpu1.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
include:
34-
# Pixel 6 supports API 29-35
34+
# Pixel 6 supports API 29-36
3535
- device: pixel-6
3636
api-level: "29"
3737
- device: pixel-6
@@ -46,6 +46,8 @@ jobs:
4646
api-level: "34"
4747
- device: pixel-6
4848
api-level: "35"
49+
- device: pixel-6
50+
api-level: "36"
4951

5052
# Google Play versions of Pixel 6
5153
- device: pixel-6
@@ -54,22 +56,29 @@ jobs:
5456
- device: pixel-6
5557
api-level: "35"
5658
google-play: true
59+
- device: pixel-6
60+
api-level: "36"
61+
google-play: true
5762

58-
# Pixel 6 Pro supports API 33-35
63+
# Pixel 6 Pro supports API 33-36
5964
- device: pixel-6-pro
6065
api-level: "33"
6166
- device: pixel-6-pro
6267
api-level: "34"
6368
- device: pixel-6-pro
6469
api-level: "35"
70+
- device: pixel-6-pro
71+
api-level: "36"
6572

66-
# Pixel 7 supports API 33-35
73+
# Pixel 7 supports API 33-36
6774
- device: pixel-7
6875
api-level: "33"
6976
- device: pixel-7
7077
api-level: "34"
7178
- device: pixel-7
7279
api-level: "35"
80+
- device: pixel-7
81+
api-level: "36"
7382

7483
# Google Play versions of Pixel 7
7584
- device: pixel-7
@@ -78,22 +87,29 @@ jobs:
7887
- device: pixel-7
7988
api-level: "35"
8089
google-play: true
90+
- device: pixel-7
91+
api-level: "36"
92+
google-play: true
8193

82-
# Pixel 7 Pro supports API 33-35
94+
# Pixel 7 Pro supports API 33-36
8395
- device: pixel-7-pro
8496
api-level: "33"
8597
- device: pixel-7-pro
8698
api-level: "34"
8799
- device: pixel-7-pro
88100
api-level: "35"
101+
- device: pixel-7-pro
102+
api-level: "36"
89103

90-
# Generic Tablet supports API 33-35
104+
# Generic Tablet supports API 33-36
91105
- device: generic-tablet
92106
api-level: "33"
93107
- device: generic-tablet
94108
api-level: "34"
95109
- device: generic-tablet
96110
api-level: "35"
111+
- device: generic-tablet
112+
api-level: "36"
97113

98114

99115
steps:

.github/workflows/android-devices-matrix-gpu1.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,45 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
include:
34-
# Pixel 6 API 34-35
34+
# Pixel 6 API 34-36
3535
- device: pixel-6
3636
api-level: "34"
3737
- device: pixel-6
3838
api-level: "35"
39+
- device: pixel-6
40+
api-level: "36"
3941

40-
# Pixel 6 Pro API 34-35
42+
# Pixel 6 Pro API 34-36
4143
- device: pixel-6-pro
4244
api-level: "34"
4345
- device: pixel-6-pro
4446
api-level: "35"
47+
- device: pixel-6-pro
48+
api-level: "36"
4549

46-
# Pixel 7 API 34-35
50+
# Pixel 7 API 34-36
4751
- device: pixel-7
4852
api-level: "34"
4953
- device: pixel-7
5054
api-level: "35"
55+
- device: pixel-7
56+
api-level: "36"
5157

52-
# Pixel 7 Pro API 34-35
58+
# Pixel 7 Pro API 34-36
5359
- device: pixel-7-pro
5460
api-level: "34"
5561
- device: pixel-7-pro
5662
api-level: "35"
63+
- device: pixel-7-pro
64+
api-level: "36"
5765

58-
# Generic Tablet API 34-35
66+
# Generic Tablet API 34-36
5967
- device: generic-tablet
6068
api-level: "34"
6169
- device: generic-tablet
6270
api-level: "35"
71+
- device: generic-tablet
72+
api-level: "36"
6373

6474

6575
steps:

0 commit comments

Comments
 (0)