diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e1d63a1520..984ae0748e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - api-level: [21, 30] + api-level: [21, 28, 30] steps: - uses: actions/checkout@v2 - name: Set up Python 3.8