Skip to content

Commit

Permalink
Acxiom#345 Added scala version 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dafreels committed Apr 20, 2023
1 parent b6a8e92 commit cc73075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
scala: [ '2.12' ]
scala: [ '2.12', '2.13' ]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
scala: [ '2.12' ]
scala: [ '2.12', '2.13' ]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12' ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12', '3.1_2.13', '3.2_2.13', '3.3_2.13' ]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12' ]
spark: [ '3.1_2.12', '3.2_2.12', '3.3_2.12', '3.1_2.13', '3.2_2.13', '3.3_2.13' ]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit cc73075

Please sign in to comment.