We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5079f2c commit 19b80a9Copy full SHA for 19b80a9
1 file changed
.github/workflows/android-devices-matrix.yml
@@ -81,14 +81,6 @@ jobs:
81
api-level: "34"
82
- device: pixel-7-pro
83
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
90
- api-level: "35"
91
92
93
# Generic Tablet supports API 33-35
94
- device: generic-tablet
@@ -98,13 +90,6 @@ jobs:
98
99
100
101
- # Google Play versions of Generic Tablet
102
- - device: generic-tablet
103
104
105
106
107
108
109
steps:
110
95
- uses: actions/checkout@v3
0 commit comments