Skip to content

Commit

Permalink
[Play 2.9] Decreased minimal JDK version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Feb 7, 2024
1 parent 4c09acb commit c9abe5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

push:
branches:
- master
- master*

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand All @@ -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 2.9.x with JDK 17 and both Scala 2.13 and Scala 3.**<br/>
**This version supports Play framework 2.9.x with JDK 11 and both Scala 2.13 and Scala 3.**<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 c9abe5e

Please sign in to comment.