Skip to content

Commit

Permalink
updated api levels
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Oct 21, 2024
1 parent 2085934 commit 516fa93
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 260 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,19 +470,12 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [27, 28, 29, 30, 31] # last updated October 2022
api-level: [27, 30, 34] # last updated October 2024
unity-version: ["2019", "2022", "6000"]
include:
# API 21 is barely used but let's check it as the minimum supported version for now.
- api-level: 21
unity-version: "2019"
exclude:
# Seems like there's an error in Unity with Android API 30 - disabling.
# https://github.com/getsentry/sentry-unity/issues/719#issuecomment-1129129952
- api-level: 30
unity-version: "2021"
- api-level: 30
unity-version: "2022"

mobile-smoke-test-compile:
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
Expand Down
81 changes: 0 additions & 81 deletions package-dev/Plugins/Linux/Sentry/libsentry.dbg.so.meta

This file was deleted.

81 changes: 0 additions & 81 deletions package-dev/Plugins/Linux/Sentry/libsentry.so.meta

This file was deleted.

90 changes: 0 additions & 90 deletions package-dev/Plugins/Windows/Sentry/sentry.dll.meta

This file was deleted.

0 comments on commit 516fa93

Please sign in to comment.