From 5e777ef57a61077f00c06ec498edab2a0eb96492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Sp=C3=B6rri?= Date: Sun, 31 Mar 2024 08:37:35 +0200 Subject: [PATCH] Spark: Add 3.5.0 build 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 }}