Skip to content

Commit

Permalink
skip problematic Spark/Scala combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rogers committed Feb 22, 2022
1 parent d070065 commit dfe341b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/java-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ jobs:
- os: ubuntu-latest
scala-version: 2.12
spark-version: 3.1.3
- os: ubuntu-latest
scala-version: 2.12
spark-version: 3.2.0
- os: ubuntu-latest
scala-version: 2.12
spark-version: 3.2.1
// s/JavaConversions/CollectionConverts/ deprecation in Scala 2.13
//- os: ubuntu-latest
// scala-version: 2.13
// spark-version: 3.2.0
//- os: ubuntu-latest
// scala-version: 2.13
// spark-version: 3.2.1
# build failures
#- os: ubuntu-latest
# scala-version: 2.12
# spark-version: 3.2.0
#- os: ubuntu-latest
# scala-version: 2.12
# spark-version: 3.2.1

# s/JavaConversions/CollectionConverts/ deprecation in Scala 2.13
#- os: ubuntu-latest
# scala-version: 2.13
# spark-version: 3.2.0
#- os: ubuntu-latest
# scala-version: 2.13
# spark-version: 3.2.1
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit dfe341b

Please sign in to comment.