Skip to content

Commit

Permalink
Merge pull request #436 from JD557/examples-java-17
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 405efe5 + e59cd9a commit 88812a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 @@ -60,11 +60,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 Expand Up @@ -103,7 +103,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

0 comments on commit 88812a9

Please sign in to comment.