Skip to content

Commit 168157d

Browse files
committed
YML: Add java21 to the build
Now that scalameta supports jdk21, and scalafmt uses mdoc-parser, let's start validating the formatter with jdk21 in pre-commit checks.
1 parent 719b980 commit 168157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
java: [ '11' ]
20+
java: [ '11', '21' ]
2121
os: [windows-latest, ubuntu-latest]
2222
runs-on: ${{ matrix.os }}
2323
steps:

0 commit comments

Comments
 (0)