Skip to content

Commit

Permalink
Use Spark 3.5.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored Apr 10, 2024
1 parent b6f6e7c commit 7f78124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
jvm: adopt:1.8
- name: Build, test, and package project on Spark 3.3
run: bin/sbt clean compile test package makePom -DsparkVersion=3.3.1
run: bin/sbt clean compile test package makePom -DsparkVersion=3.5.1
- name: Build and package project on "legacy" Spark
run: bin/sbt clean compile package makePom
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Publish with SBT
run: bin/sbt publish
- name: Publish with SBT
run: bin/sbt publish -DsparkVersion=3.3.1
run: bin/sbt publish -DsparkVersion=3.5.1

0 comments on commit 7f78124

Please sign in to comment.