Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
JDK 17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 2, 2023
1 parent 5be023c commit 2598fdd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0

- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
- name: Set up JDK 17
uses: coursier/setup-[email protected]
with:
java-version: [email protected].0
jvm: temurin:1.17.0

- name: Cache Coursier cache
uses: coursier/cache-action@v6.2
uses: coursier/cache-action@v6.4.0

- name: Test akka-sample-cluster-java
run: cd akka-sample-cluster-java && sbt multi-jvm:test
Expand Down

0 comments on commit 2598fdd

Please sign in to comment.