File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 3232 spark : 2.4.8
3333 overall : 0.0
3434 changed : 80.0
35- - scala : 2.12.15
35+ - scala : 2.12.18
3636 scalaShort : " 2.12"
37- spark : 2.4.8
37+ spark : 3.2.4
38+ overall : 0.0
39+ changed : 80.0
40+ - scala : 2.13.11
41+ scalaShort : " 2.13"
42+ spark : 3.4.1
3843 overall : 0.0
3944 changed : 80.0
4045 name : Check code-coverage by JaCoCo - Spark ${{matrix.spark}} on Scala ${{matrix.scala}}
Original file line number Diff line number Diff line change @@ -27,11 +27,17 @@ jobs:
2727 strategy :
2828 fail-fast : false
2929 matrix :
30- scala : [2.11.12, 2.12.15 ]
31- spark : [2.4.8, 3.2.1]
30+ scala : [2.11.12, 2.12.18, 2.13.11 ]
31+ spark : [2.4.8, 3.2.4, 3.4. 1]
3232 exclude :
3333 - scala : 2.11.12
34- spark : 3.2.1
34+ spark : 3.2.4
35+ - scala : 2.11.12
36+ spark : 3.4.1
37+ - scala : 2.12.18
38+ spark : 2.4.8
39+ - scala : 2.13.11
40+ spark : 2.4.8
3541 name : Test Spark ${{matrix.spark}} on Scala ${{matrix.scala}}
3642 steps :
3743 - name : Checkout code
You can’t perform that action at this time.
0 commit comments