This is an automated email from the ASF dual-hosted git repository.

kimahriman pushed a commit to branch spark-4
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/spark-4 by this push:
     new 3a8697949b Try to run tests
3a8697949b is described below

commit 3a8697949b18ae349d3fa0e469f3898052a53ec2
Author: Adam Binford <[email protected]>
AuthorDate: Fri Feb 28 07:07:00 2025 -0500

    Try to run tests
---
 .github/workflows/java.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index f8e4f6b204..8180d78e8c 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -20,7 +20,7 @@ name: Scala and Java build
 on:
   push:
     branches:
-      - master
+      - '*'
     paths:
       - 'common/**'
       - 'spark/**'
@@ -57,6 +57,9 @@ jobs:
       fail-fast: true
       matrix:
         include:
+          - spark: 4.0.0
+            scala: 2.13.8
+            jdk: '17'
           - spark: 3.5.0
             scala: 2.13.8
             jdk: '8'

Reply via email to