Skip to content

Commit

Permalink
Change JDK version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkr committed Aug 27, 2024
1 parent 6375b85 commit 57f13f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dockerhub-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
test-build-push:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: olafurpg/setup-scala@v11
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: adopt@1.11
distribution: temurin
java-version: 17
cache: sbt
# enable experimental status for docker in order to support SMUI's backend tests that rely on Ryuk images
# (see https://github.com/actions/virtual-environments/issues/368)
- name: Docker experimental Status
Expand Down

0 comments on commit 57f13f9

Please sign in to comment.