Skip to content

Commit 8159312

Browse files
committed
Checkstyle now requires Java 21
1 parent b28094f commit 8159312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
timeout-minutes: 15
8282
strategy:
8383
matrix:
84-
java: [17]
84+
java: [21]
8585
distribution: [temurin]
8686
steps:
8787
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)