Skip to content

Commit

Permalink
Remove android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper authored and kelson42 committed Jul 26, 2022
1 parent 3c116c7 commit e8ac780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
coverageReport:
strategy:
matrix:
api-level: [21,30,33]
api-level: [21,30]
fail-fast: false
runs-on: macos-10.15
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
instrumentation_tests:
strategy:
matrix:
api-level: [21, 22, 23, 24, 25, 27, 28, 30, 33]
api-level: [21, 22, 23, 24, 25, 27, 28, 30]
fail-fast: false
runs-on: macOS-latest
steps:
Expand Down

0 comments on commit e8ac780

Please sign in to comment.