From 5d00ab02d31631f7962fdab74925e864f0d6a909 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Thu, 19 Dec 2019 11:41:16 +0000 Subject: [PATCH] #1593 Move CI from Travis to GitHub Action - fix syntax and use newest/oldest api levels --- .github/workflows/coverage.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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