From 7f78124f04d11f1a9620f9834703e29a67720ddf Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Wed, 10 Apr 2024 17:24:58 -0400 Subject: [PATCH] Use Spark 3.5.1 in CI --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a90660..e216e30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63046e8..4c6c21c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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