Skip to content

Commit

Permalink
[CI] Add way more emulator targets to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Dec 18, 2023
1 parent e9be873 commit 8cba06d
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,41 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [21, 29]
api-level: [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34]
arch: [x86, x86_64]
api-type-target: [default]
exclude:
- api-level: 30
arch: x86
api-type-target: default
- api-level: 31
arch: x86
api-type-target: default
- api-level: 32
arch: x86
api-type-target: default
- api-level: 33
arch: x86
api-type-target: default
- api-level: 34
arch: x86
api-type-target: default
include:
- api-level: 30
arch: x86
api-type-target: aosp_atd
- api-level: 31
arch: x86
api-type-target: aosp_atd
- api-level: 32
arch: x86
api-type-target: aosp_atd
- api-level: 33
arch: x86
api-type-target: aosp_atd
- api-level: 34
arch: x86_64
api-type-target: google_apis
arch: x86
api-type-target: aosp_atd
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 8cba06d

Please sign in to comment.