Skip to content

Commit 57f13f9

Browse files
committed
Change JDK version to 17
1 parent 6375b85 commit 57f13f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dockerhub-deployment.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jobs:
88
test-build-push:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Set up JDK 11
12-
uses: olafurpg/setup-scala@v11
11+
- name: Set up Java
12+
uses: actions/setup-java@v4
1313
with:
14-
java-version: [email protected]
14+
distribution: temurin
15+
java-version: 17
16+
cache: sbt
1517
# enable experimental status for docker in order to support SMUI's backend tests that rely on Ryuk images
1618
# (see https://github.com/actions/virtual-environments/issues/368)
1719
- name: Docker experimental Status

0 commit comments

Comments
 (0)