Skip to content

Commit feff51a

Browse files
committed
CI: Add build for Spark 3.5.x
Signed-off-by: Pascal Spörri <[email protected]>
1 parent 1594c8d commit feff51a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
scala: 2.12.17
5050
- spark: 3.4.0
5151
scala: 2.13.8
52+
- spark: 3.5.0
53+
scala: 2.12.18
54+
- spark: 3.5.0
55+
scala: 2.13.8
5256
runs-on: ubuntu-latest
5357
env:
5458
SPARK_VERSION: ${{ matrix.spark }}

0 commit comments

Comments
 (0)