diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 460d02a..4f608f5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,7 +4,7 @@ on: push: branches: - - master + - master* concurrency: group: "${{ github.workflow }}-${{ github.ref }}" @@ -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 f87a42c..fa78bf0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Redis Cache module for Play framework - **This version supports Play framework 2.9.x with JDK 17 and both Scala 2.13 and Scala 3.**
+ **This version supports Play framework 2.9.x with JDK 11 and both Scala 2.13 and Scala 3.**
**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 19ea402..64b6a40 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.