You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/02/20 00:21:23 UTC

[incubator-sedona] branch master updated: [CI] Update R build from Spark 3.2.0 to 3.2.1 (#583)

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fce6ee  [CI] Update R build from Spark 3.2.0 to 3.2.1 (#583)
7fce6ee is described below

commit 7fce6ee1945e85190979763f0841631bf2e41e89
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sat Feb 19 16:21:16 2022 -0800

    [CI] Update R build from Spark 3.2.0 to 3.2.1 (#583)
---
 .github/workflows/r.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 9c554e9..71e97d3 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -15,14 +15,14 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        spark: [2.4.8, 3.0.3, 3.1.2, 3.2.0]
+        spark: [2.4.8, 3.0.3, 3.1.2, 3.2.1]
         scala: [2.11.8, 2.12.15]
         r: [oldrel, release]
         exclude:
-          - spark: 3.2.0
+          - spark: 3.2.1
             scala: 2.11.8
             r: oldrel
-          - spark: 3.2.0
+          - spark: 3.2.1
             scala: 2.11.8
             r: release
           - spark: 3.1.2