Skip to content

Commit

Permalink
Merge pull request #811 from exacaster/fix-spark-versions
Browse files Browse the repository at this point in the history
Update Spark versions
  • Loading branch information
pdambrauskas authored Jan 3, 2024
2 parents 5c2cf07 + d2f88f2 commit 7205d9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-registry-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
include:
- spark_version: 3.3.3
- spark_version: 3.3.4
hadoop_version: 3
- spark_version: 3.4.1
- spark_version: 3.4.2
hadoop_version: 3
- spark_version: 3.5.0
hadoop_version: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
include:
- spark_version: 3.3.3
- spark_version: 3.3.4
hadoop_version: 3
- spark_version: 3.4.1
- spark_version: 3.4.2
hadoop_version: 3
- spark_version: 3.5.0
hadoop_version: 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker build -t lighter .

### Spark versions

Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.3.3, 3.4.1 and 3.5.0.
Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.3.4, 3.4.2 and 3.5.0.

### Contributing

Expand Down

0 comments on commit 7205d9e

Please sign in to comment.