From 6b69a4c7e354af5afacd7d17f0a9eb6457888626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Spo=CC=88rri?= Date: Tue, 2 Apr 2024 11:08:47 +0200 Subject: [PATCH] CI: Add build for Spark 3.5.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Spörri --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74615c3..c1783b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,10 @@ jobs: scala: 2.12.17 - spark: 3.4.0 scala: 2.13.8 + - spark: 3.5.0 + scala: 2.12.18 + - spark: 3.5.0 + scala: 2.13.8 runs-on: ubuntu-latest env: SPARK_VERSION: ${{ matrix.spark }}