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