Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decreased minimal JVM version to 11 #282

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup JDK
uses: coursier/[email protected]
with:
jvm: adoptium:1.17
jvm: adoptium:1.11

- name: Build
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup JDK
uses: coursier/[email protected]
with:
jvm: adoptium:1.17
jvm: adoptium:1.11

- name: Import GPG Key
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**<br/>
**This version supports Play framework 3.0.x with JDK 11 and Scala 2.13. Scala 3 on the roadmap.**<br/>
**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)
Expand Down
2 changes: 1 addition & 1 deletion doc/40-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading