diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63355aecc..7df254be6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,11 +12,12 @@ on: jobs: - coverageReport:strategy: - matrix: - api-level: [21, 22] - fail-fast: false - runs-on: macOS-latest + coverageReport: + strategy: + matrix: + api-level: [21, 29] + fail-fast: false + runs-on: macOS-latest steps: - name: checkout uses: actions/checkout@v1