Remove lollipop

pull/696/head
Mattia Iavarone 6 years ago
parent e0035fc818
commit 0f2a57f89f
  1. 4
      .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

Loading…
Cancel
Save