Skip to content

Commit 795e5cf

Browse files
committed
Use latest play version in smoke tests
1 parent 925c920 commit 795e5cf

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/publish-smoke-test-play-images.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
with:
1616
project: ":smoke-tests:images:play"
1717
publish: true
18-
# Play doesn't support Java 16+ yet
19-
# https://github.com/playframework/playframework/pull/10819
20-
skip-java-17: true
21-
skip-java-21: true
2218

2319
workflow-notification:
2420
needs:

smoke-tests/images/play/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
id("org.gradle.playframework") version "0.14"
1010
}
1111

12-
val playVer = "2.8.22"
13-
val scalaVer = "2.12"
12+
val playVer = "2.9.5"
13+
val scalaVer = "2.13"
1414

1515
play {
1616
platform {

0 commit comments

Comments
 (0)