Skip to content

Commit

Permalink
Add Spark 4 preview to actions & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 29, 2024
1 parent b0a7f40 commit 22165db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- spark: "3.4.0"
java-version: "17"
distribution: "temurin"
# - spark: "4.0.0-PREVIEW2"
# java-version: "17"
# distribution: "temurin"
- spark: "4.0.0-preview2"
java-version: "17"
distribution: "temurin"
env:
SPARK_VERSION: ${{ matrix.spark }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ While we hope you choose our library, https://github.com/juanrh/sscheck , https:

## [Release Notes](RELEASE_NOTES.md)

JDK17 support exists only for Spark 3.4.0
JDK17 support exists only for Spark 3.4.0 & Spark 4 (previews)

## Security Disclosure e-mails

Expand Down

0 comments on commit 22165db

Please sign in to comment.