From 35efa0e12529d22b607c255459410de199bc4c02 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 7 Dec 2019 17:32:36 +0100 Subject: [PATCH] Test 28 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c65d290..f70b35f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,8 +40,8 @@ jobs: matrix: # TODO 29 fails due to Mockito issues, probably reproducible locally. # TODO 28 fails in MarkerLayoutTest.testOnEvent() - weird FrameLayout.onMeasure crash - # 22, 23, 24, 25, 27, 28? 26? - EMULATOR_API: [26] + # 22, 23, 24, 25, 26, 27, 28? + EMULATOR_API: [28] EMULATOR_ARCH: [x86_64] steps: - uses: actions/checkout@v1