Skip to content

Commit

Permalink
ci: sync workflow with paramedic
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 31, 2024
1 parent e222b9b commit 9079f8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# These are the default Java configurations used by most tests.
# To customize these options, add "java-distro" or "java-version" to the strategy matrix with its overriding value.
default_java-distro: temurin
default_java-version: 11
default_java-version: 17

# These are the default Android System Image configurations used by most tests.
# To customize these options, add "system-image-arch" or "system-image-target" to the strategy matrix with its overriding value.
Expand Down Expand Up @@ -79,6 +79,9 @@ jobs:
- android: 11
android-api: 30

- android: 12
android-api: 31

- android: 12L
android-api: 32

Expand Down

0 comments on commit 9079f8a

Please sign in to comment.