From 99cb51af6bc3012101666306c238f01e494ca45b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 31 Aug 2021 14:20:39 +0200 Subject: [PATCH] Test on intermediate API levels --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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