Skip to content

Commit d7b3be4

Browse files
authored
ci: Use LTS Java in CI (#2040)
1 parent 2699726 commit d7b3be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
# Need to use specific (not `-latest`) version of macOS to be sure the required version of Xcode/simulator is available
3636
platform: macos-12
3737
e2e-tests: ios
38-
- java: 15
38+
- java: 17
3939
platform: macos-latest
4040
e2e-tests: android
41-
- java: 17
41+
- java: 21
4242
platform: ubuntu-latest
4343
fail-fast: false
4444

0 commit comments

Comments
 (0)