Skip to content

Commit

Permalink
YML: Add java21 to the build
Browse files Browse the repository at this point in the history
Now that scalameta supports jdk21, and scalafmt uses mdoc-parser, let's
start validating the formatter with jdk21 in pre-commit checks.
  • Loading branch information
kitbellew committed Nov 10, 2023
1 parent 719b980 commit 168157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11' ]
java: [ '11', '21' ]
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 168157d

Please sign in to comment.