Skip to content

Commit

Permalink
ci: Use LTS Java in CI (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Oct 13, 2023
1 parent 2699726 commit d7b3be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
# Need to use specific (not `-latest`) version of macOS to be sure the required version of Xcode/simulator is available
platform: macos-12
e2e-tests: ios
- java: 15
- java: 17
platform: macos-latest
e2e-tests: android
- java: 17
- java: 21
platform: ubuntu-latest
fail-fast: false

Expand Down

0 comments on commit d7b3be4

Please sign in to comment.