Skip to content

Commit

Permalink
Switch testing to JDK17
Browse files Browse the repository at this point in the history
Progress toward #186
  • Loading branch information
colindean committed Apr 10, 2024
1 parent b65ec2a commit 5049a6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
extraKey: ${{ runner.os }}
- uses: coursier/setup-action@v1
with:
jvm: adopt:1.8
jvm: adopt:1.17
- name: Build, test, and package project on Spark 3.5
run: bin/sbt clean compile test package makePom -DsparkVersion=3.5.1
- name: Build and package project on "legacy" Spark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
extraKey: ${{ runner.os }}
- uses: coursier/setup-action@v1
with:
jvm: adopt:1.8
jvm: adopt:1.17
# uses sbt-github-packages, see build.sbt
- name: Publish with SBT
run: bin/sbt publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
Expand Down

0 comments on commit 5049a6a

Please sign in to comment.