Skip to content

Commit

Permalink
Align checked versions with build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Aug 1, 2023
1 parent fe5a8cd commit 8524e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
- spark-compat-version: '3.0'
spark-version: '3.0.3'
- spark-compat-version: '3.4'
spark-version: '3.4.1'
scala-compat-version: '2.12'
scala-version: '2.12.10'
scala-version: '2.12.17'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
scala-version: '2.12.17'
spark-compat-version: '3.4'
scala-compat-version: '2.12'
- spark-version: '3.5.0'
- spark-version: '3.5.0-SNAPSHOT'
scala-version: '2.12.17'
spark-compat-version: '3.5'
spark-compat-version: '3.5-SNAPSHOT'
scala-compat-version: '2.12'

steps:
Expand Down

0 comments on commit 8524e7c

Please sign in to comment.