Skip to content

Commit 9cd517c

Browse files
Yaniv Kundapdambrauskas
authored andcommitted
Removed references to Spark 3.4.4 and added to Spark 4.0.0
1 parent f4cbb03 commit 9cd517c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-registry-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- spark_version: 3.4.4
15-
hadoop_version: 3
1614
- spark_version: 3.5.6
1715
hadoop_version: 3
16+
- spark_version: 4.0.0
17+
hadoop_version: 3
1818
steps:
1919
- name: Checkout pull request
2020
uses: actions/checkout@v4

.github/workflows/publish-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- spark_version: 3.4.4
12-
hadoop_version: 3
1311
- spark_version: 3.5.6
1412
hadoop_version: 3
13+
- spark_version: 4.0.0
14+
hadoop_version: 3
1515
steps:
1616
- uses: docker/setup-buildx-action@v3
1717
- uses: docker/login-action@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker build -t lighter .
2929

3030
### Spark versions
3131

32-
Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.4.4 and 3.5.6.
32+
Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.5.6 and 4.0.0.
3333

3434
### Contributing
3535

0 commit comments

Comments
 (0)