Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Bump to Google API levels 34 and 36 for device tests
#skip-changelog
  • Loading branch information
jamescrosswell committed Jul 17, 2025
commit b25187f1d33f0e131bb22474865f08de62eff530
5 changes: 3 additions & 2 deletions .github/workflows/device-tests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
fail-fast: false
matrix:
tfm: [net9.0]
# We run against both an older and a newer API
api-level: [27, 33]
# Must be 34+ for new apps and app updates as of August 31, 2024.
# See https://apilevels.com/
api-level: [34, 36]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: 1
Expand Down
Loading