From e011313d16aa622186afb9ddcfc1c4b50c892c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Sowi=C5=84ski?= Date: Fri, 11 Oct 2024 10:30:30 +0200 Subject: [PATCH] Add Java 23 to CI tests (#172) --- .github/workflows/scala.yml | 2 +- docs/docs/user/compatibility.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 1cc13a9f..04fd28af 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -20,7 +20,7 @@ jobs: - os: ubuntu-latest java: 21 - os: ubuntu-latest - java: 22 + java: 23 runs-on: ${{ matrix.os }} steps: diff --git a/docs/docs/user/compatibility.md b/docs/docs/user/compatibility.md index f6b5f39b..82e16537 100644 --- a/docs/docs/user/compatibility.md +++ b/docs/docs/user/compatibility.md @@ -4,7 +4,7 @@ Jelly-JVM follows [Semantic Versioning 2.0.0](https://semver.org/), with MAJOR.M ## JVM and Scala -The current version of Jelly-JVM is compatible with Java 17 and newer. Java 17, 21, and 22 are tested in CI and are guaranteed to work. We recommend using a recent release of [GraalVM](https://www.graalvm.org/) to get the best performance. If you need Java 11 support, you should use [Jelly-JVM 1.0.x](https://w3id.org/jelly/jelly-jvm/1.0.x). +The current version of Jelly-JVM is compatible with Java 17 and newer. Java 17, 21, and 23 are tested in CI and are guaranteed to work. We recommend using a recent release of [GraalVM](https://www.graalvm.org/) to get the best performance. If you need Java 11 support, you should use [Jelly-JVM 1.0.x](https://w3id.org/jelly/jelly-jvm/1.0.x). Jelly is built with [Scala 3 LTS releases](https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html) and supports only Scala 3. If you need Scala 2 support, you should use [Jelly-JVM 1.0.x](https://w3id.org/jelly/jelly-jvm/1.0.x).