Skip to content

Commit 6eee5ce

Browse files
committed
Add Spark 3.2.0 for CI build
1 parent 5949627 commit 6eee5ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
scala: [ 2.11.12, 2.12.15 ]
16-
spark: [ 2.4.8, 3.1.2 ]
16+
spark: [ 2.4.8, 3.1.2, 3.2.0 ]
1717
exclude:
1818
- scala: 2.11.12
1919
spark: 3.1.2
20+
- scala: 2.11.12
21+
spark: 3.2.0
2022
name: Spark ${{matrix.spark}} on Scala ${{matrix.scala}}
2123
steps:
2224
- name: Checkout code

0 commit comments

Comments
 (0)