From 8246f0aa52f4b736c394ff4947773f4024634b64 Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Tue, 4 Jul 2023 21:54:37 +0200 Subject: [PATCH] compatibility with JDK21 --- .github/workflows/ci.yml | 2 +- docs/users/installation.md | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8284eb4d..401d472b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docs/users/installation.md b/docs/users/installation.md index 6329bb301d..6b6f55ef30 100644 --- a/docs/users/installation.md +++ b/docs/users/installation.md @@ -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