Skip to content

Commit

Permalink
#33 Update spark test to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic committed Apr 25, 2022
1 parent dbd7bee commit 1e0b213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.11.12, 2.12.14]
spark: [2.4.8, 3.1.2]
scala: [2.11.12, 2.12.15]
spark: [2.4.8, 3.2.1]
exclude:
- scala: 2.11.12
spark: 3.1.2
spark: 3.2.1
name: Test Spark ${{matrix.spark}} on Scala ${{matrix.scala}}
steps:
- name: Checkout code
Expand Down

0 comments on commit 1e0b213

Please sign in to comment.