Skip to content

Commit

Permalink
chore: Update spark-core, spark-hive, spark-sql from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Aug 21, 2023
1 parent c83ab2a commit 1d5344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [ubuntu-latest]
scala: [2.12.18, 2.13.11]
java: [temurin@8]
spark: [2.4.1, 2.4.7, 2.4.8, 3.0.1, 3.0.3, 3.1.1, 3.1.2, 3.1.3, 3.2.4, 3.3.2, 3.4.1]
spark: [2.4.1, 2.4.7, 2.4.8, 3.0.1, 3.0.3, 3.1.1, 3.1.2, 3.1.3, 3.2.4, 3.3.3, 3.4.1]
exclude:
- spark: 2.4.1
scala: 2.13.11
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ val spark24 = List("2.4.1", "2.4.7", "2.4.8")
val spark30 = List("3.0.1", "3.0.3")
val spark31 = List("3.1.1", "3.1.2", "3.1.3")
val spark32 = List("3.2.4")
val spark33 = List("3.3.2")
val spark33 = List("3.3.3")
val spark34 = List("3.4.1")

val crossMatrix = {
Expand Down

0 comments on commit 1d5344d

Please sign in to comment.