Skip to content

Commit 60e9ec2

Browse files
committed
chore: set java version to 21
Signed-off-by: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com>
1 parent 2ffaacc commit 60e9ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- uses: actions/setup-java@v2
161161
with:
162162
distribution: "zulu"
163-
java-version: "11"
163+
java-version: "21"
164164

165165
- name: Build and install deltalake
166166
run: make develop-pyspark

0 commit comments

Comments
 (0)