This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch JDK11-compile
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git
The following commit(s) were added to refs/heads/JDK11-compile by this push:
new abcbd81e Update java.yml
abcbd81e is described below
commit abcbd81e3ca052364ebb0660efc20f29df44e05f
Author: Jia Yu <[email protected]>
AuthorDate: Sun Dec 11 13:40:02 2022 -0800
Update java.yml
---
.github/workflows/java.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 247d592b..6a52eef7 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -19,24 +19,33 @@ jobs:
- spark: 3.3.0
scala: 2.13.8
jackson: 2.13.3
+ jdk: '8'
- spark: 3.3.0
scala: 2.12.15
jackson: 2.13.3
+ jdk: '8'
+ - spark: 3.3.0
+ scala: 2.12.15
+ jackson: 2.13.3
+ jdk: '11'
- spark: 3.2.0
scala: 2.12.15
jackson: 2.12.3
+ jdk: '8'
- spark: 3.1.2
scala: 2.12.15
jackson: 2.10.0
+ jdk: '8'
- spark: 3.0.3
scala: 2.12.15
jackson: 2.10.0
+ jdk: '8'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
- java-version: '8'
+ java-version: ${{ matrix.jdk }}
- uses: actions/setup-python@v2
with:
python-version: '3.7'