Skip to content

Commit

Permalink
Update Spark version in jacoco CI step.
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 16, 2023
1 parent 246c187 commit 1234773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jacoco_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
# Scala 2.12 is chosen since it is supported by the most wide range of Spark versions and
# vendor distributions.
include:
- scala: 2.12.17
- scala: 2.12.18
scalaShort: "2.12"
spark: 3.3.2
spark: 3.3.3
overall: 0.0
changed: 80.0

Expand Down

0 comments on commit 1234773

Please sign in to comment.