Skip to content

Commit

Permalink
upgrade to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Nov 5, 2023
1 parent a18070b commit fe2b815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Scala
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: corretto
- name: Test with Coverage / Static code analyse / Code style
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Scala
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: corretto
- name: Test with Coverage / Static code analyse / Code style
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Scala
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: corretto
- name: Test with Coverage / Static code analyse / Code style
env:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val root = (project in file("."))
Docker / packageName := packageName.value,
Docker / version := version.value,
dockerRepository := Some("gastonschabas"),
dockerBaseImage := "amazoncorretto:11-alpine-jdk",
dockerBaseImage := "amazoncorretto:17-alpine-jdk",
dockerExposedPorts := Seq(playPort),
dockerLabels := Map(
"maintainer" -> "[email protected]",
Expand Down

0 comments on commit fe2b815

Please sign in to comment.