From a3e44681b474cad5bc551045783e86009529bb91 Mon Sep 17 00:00:00 2001 From: Halim Qarroum Date: Sat, 25 Feb 2023 21:35:05 +0000 Subject: [PATCH] Implement API builds down to API 28 --- .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 2c35be0..c4b7a68 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] + version: [33, 32, 31, 30, 29, 28] image: [{ name: 'google_apis', suffix: '' }, { name: 'google_apis_playstore', suffix: '-playstore' }] runs-on: ubuntu-latest steps: