diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d305c83b..b1538bd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: name: Instrumentation tests strategy: matrix: - api-level: [ 23, 26, 29 ] + api-level: [ 23, 26, 28 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3