Skip to content

Commit 7bdb4b5

Browse files
Bump to Google API levels 34 and 36 for device tests (#4361)
#skip-changelog
1 parent f1341ed commit 7bdb4b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/device-tests-android.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
fail-fast: false
5959
matrix:
6060
tfm: [net9.0]
61-
# We run against both an older and a newer API
62-
api-level: [27, 33]
61+
# Must be 34+ for new apps and app updates as of August 31, 2024.
62+
# See https://apilevels.com/
63+
api-level: [34, 36]
6364
env:
6465
DOTNET_CLI_TELEMETRY_OPTOUT: 1
6566
DOTNET_NOLOGO: 1
@@ -91,7 +92,7 @@ jobs:
9192
with:
9293
api-level: ${{ matrix.api-level }}
9394
# We don't need the Google APIs, but the default images are not available for 32+
94-
target: ${{ matrix.api-level >= 32 && 'google_apis' || 'default' }}
95+
target: google_apis
9596
force-avd-creation: false
9697
ram-size: 2048M
9798
arch: x86_64

0 commit comments

Comments
 (0)