From 4b1a86686098382290a4df50cd86ae1cce02c288 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Wed, 7 Feb 2024 11:45:22 +0100 Subject: [PATCH] Decreased minimal JVM version to 11 --- .github/workflows/build-test.yml | 2 +- .github/workflows/publish.yml | 2 +- README.md | 2 +- doc/40-migration.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 460d02a..215b0d6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -28,7 +28,7 @@ jobs: - name: Setup JDK uses: coursier/setup-action@v1.3.4 with: - jvm: adoptium:1.17 + jvm: adoptium:1.11 - name: Build timeout-minutes: 10 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0875ff1..9807381 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: - name: Setup JDK uses: coursier/setup-action@v1.3.4 with: - jvm: adoptium:1.17 + jvm: adoptium:1.11 - name: Import GPG Key timeout-minutes: 10 diff --git a/README.md b/README.md index 15d960a..4668c5b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Redis Cache module for Play framework - **This version supports Play framework 3.0.x with JDK 17 and Scala 2.13. Scala 3 on the roadmap.**
+ **This version supports Play framework 3.0.x with JDK 11 and Scala 2.13. Scala 3 on the roadmap.**
**For previous versions see older releases.** [![Travis CI: Status](https://travis-ci.org/KarelCemus/play-redis.svg?branch=master)](https://travis-ci.org/KarelCemus/play-redis) diff --git a/doc/40-migration.md b/doc/40-migration.md index 0684f0c..107f616 100644 --- a/doc/40-migration.md +++ b/doc/40-migration.md @@ -12,7 +12,7 @@ is the only way of keeping this project in a good shape. ## Migration from 2.8.x to 3.0.x -Migrated to Play 2.9.0 and increased minimal version of JDK to 17. +Migrated to Play 2.9.0 and increased minimal version of JDK to 11. Dropped support for Scala 2.12, compiled against Scala 2.13.12 to be usable with Scala 3.