From cded7b58d1e3b16e987a35d590764862230abcbb Mon Sep 17 00:00:00 2001 From: Halim Qarroum Date: Sat, 25 Feb 2023 21:33:17 +0000 Subject: [PATCH] Implement API builds down to API 24 --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9b63e2e..2c35be0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,7 +16,7 @@ jobs: build-apis: strategy: matrix: - version: [33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20] + version: [33, 32, 31, 30, 29, 28, 27, 26, 25, 24] image: [{ name: 'google_apis', suffix: '' }, { name: 'google_apis_playstore', suffix: '-playstore' }] runs-on: ubuntu-latest steps: