Skip to content

Commit 4820bbc

Browse files
Remove Java 25 from build matrix due to Spotless formatter incompatibility
1 parent cdc492b commit 4820bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
java: [17, 21, 25]
21+
java: [17, 21]
2222

2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)