Skip to content

Commit

Permalink
Run example tests using Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 authored Nov 11, 2023
1 parent 6715993 commit 4fe853d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8 and SBT
- name: Set up Java 8 and SBT
uses: actions/setup-java@v2
with:
distribution: temurin
Expand Down Expand Up @@ -59,11 +59,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8 and SBT
- name: Set up Java 17 and SBT
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
java-version: 17
- name: Cache Coursier
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 4fe853d

Please sign in to comment.