Skip to content

Commit

Permalink
Scala 2.13 will need code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rogers committed Feb 22, 2022
1 parent f70954f commit d070065
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/java-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
- os: ubuntu-latest
scala-version: 2.12
spark-version: 3.2.1
- os: ubuntu-latest
scala-version: 2.13
spark-version: 3.2.0
- os: ubuntu-latest
scala-version: 2.13
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 d070065

Please sign in to comment.