Skip to content

Commit 19b80a9

Browse files
committed
Remove Google Play versions for Pixel 7 Pro and Generic Tablet from Android devices matrix in workflow configuration.
1 parent 5079f2c commit 19b80a9

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ jobs:
8181
api-level: "34"
8282
- device: pixel-7-pro
8383
api-level: "35"
84-
85-
# Google Play versions of Pixel 7 Pro
86-
- device: pixel-7-pro
87-
api-level: "34"
88-
google-play: true
89-
- device: pixel-7-pro
90-
api-level: "35"
91-
google-play: true
9284

9385
# Generic Tablet supports API 33-35
9486
- device: generic-tablet
@@ -98,13 +90,6 @@ jobs:
9890
- device: generic-tablet
9991
api-level: "35"
10092

101-
# Google Play versions of Generic Tablet
102-
- device: generic-tablet
103-
api-level: "34"
104-
google-play: true
105-
- device: generic-tablet
106-
api-level: "35"
107-
google-play: true
10893

10994
steps:
11095
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)