Skip to content

Commit deb71b2

Browse files
authored
ci: update ci template to JDK 25
1 parent 678728e commit deb71b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows

hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [11, 17, 21, 24]
28+
java: [11, 17, 21, 25]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)