Skip to content

Commit

Permalink
Merge pull request #68 from JD557/java-17-examples
Browse files Browse the repository at this point in the history
Run example tests using Java 17
  • Loading branch information
JD557 authored Nov 11, 2023
2 parents 6715993 + 4fe853d commit 93cb144
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 93cb144

Please sign in to comment.