Skip to content

Commit

Permalink
Decreased minimal JVM version to 11 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus authored Feb 7, 2024
1 parent cb9485d commit 105a3a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 105a3a2

Please sign in to comment.