Skip to content

Commit

Permalink
ci(android): set default java version to 17 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 31, 2024
1 parent dde696f commit 2243a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

0 comments on commit 2243a96

Please sign in to comment.