Merge pull request #2726 from kiwix/add_Android_30_to_ci

Added Android 11 to CI
This commit is contained in:
Kelson 2021-10-28 16:55:05 +02:00 committed by GitHub
commit e8fa02de10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
coverageReport:
strategy:
matrix:
api-level: [21, 21]
api-level: [21, 21, 30]
fail-fast: false
runs-on: macOS-latest
steps:

View File

@ -10,7 +10,7 @@ jobs:
instrumentation_tests:
strategy:
matrix:
api-level: [21, 22, 23, 24, 25, 27, 28]
api-level: [21, 22, 23, 24, 25, 27, 28, 30]
fail-fast: false
runs-on: macOS-latest
steps: