Skip to content

Commit

Permalink
compatibility with JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Oct 28, 2023
1 parent f9672da commit 8246f0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu"]
jvm: ["8", "11", "17", "20"]
jvm: ["8", "11", "17", "20", "21"]
include:
- os: windows
jvm: 17
Expand Down
12 changes: 4 additions & 8 deletions docs/users/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ id: installation
title: Installation
---

## Requirements
## Support

**macOS, Linux or Windows**: Scalafix runs on macOS, Linux and Windows. Every
pull request is tested on both Linux and Windows.
**macOS, Linux or Windows**

**Java 8 or Java 11.**
**Java LTS (8, 11, 17 or 21)**

**Scala 2.12 and 2.13**

**Scala 3.x**: Scala 3 support is experimental and many built-in rules are not
supported.
**Scala 2.12, 2.13 or 3.x** (all rules are not available for Scala 3.x)

## sbt

Expand Down

0 comments on commit 8246f0a

Please sign in to comment.