Skip to content

Commit d4d7ecd

Browse files
committed
Add Java 25 to java build with docker template
1 parent c2f4b62 commit d4d7ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-build-with-docker-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-24.04]
29-
java: [17, 21]
29+
java: [17, 21, 25]
3030
steps:
3131
- name: Checkout repository
3232
uses: actions/checkout@v6

0 commit comments

Comments
 (0)