From 06aeb35f253bea129fc253eb68bef2862555e7bf Mon Sep 17 00:00:00 2001 From: Halim Qarroum Date: Sat, 25 Feb 2023 21:32:02 +0000 Subject: [PATCH] Implement API builds down to API 20 --- .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 c4b7a68..9b63e2e 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] + version: [33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20] image: [{ name: 'google_apis', suffix: '' }, { name: 'google_apis_playstore', suffix: '-playstore' }] runs-on: ubuntu-latest steps: