Skip to content

Commit 55192c4

Browse files
committed
Update Java version to 17 in workflow.
1 parent d459e30 commit 55192c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-24.04, windows-2022, macos-15]
20-
java: [11, 21]
20+
java: [17, 21]
2121
steps:
2222
- uses: actions/checkout@v6
2323
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)