From 0f2a57f89fe8c6182311b30458c97ed29357bcd4 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sun, 15 Dec 2019 12:44:18 +0100 Subject: [PATCH] Remove lollipop --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e877707f..7e47af51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: matrix: # TODO 29 fails due to Mockito issues, probably reproducible locally # 22-28 work (some of them, with SdkExclude restrictions) - EMULATOR_API: [21, 22, 23, 24, 25, 26, 27, 28] + EMULATOR_API: [22, 23, 24, 25, 26, 27, 28] include: - EMULATOR_API: 28 EMULATOR_ARCH: x86_64 @@ -58,8 +58,6 @@ jobs: EMULATOR_ARCH: x86 - EMULATOR_API: 22 EMULATOR_ARCH: x86 - - EMULATOR_API: 21 - EMULATOR_ARCH: x86 steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1