You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/02/22 03:14:05 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1947: Revamp Github Action settings for CI

yaooqinn commented on a change in pull request #1947:
URL: https://github.com/apache/incubator-kyuubi/pull/1947#discussion_r811545361



##########
File path: .github/workflows/master.yml
##########
@@ -13,76 +29,55 @@ on:
 jobs:
 
   build:
-    name: Build
+    name: Test
     runs-on: ubuntu-20.04
     strategy:
+      fail-fast: false
       matrix:
+        java:
+          - 8
+          - 11
+        spark:
+          - '3.0'
+          - '3.1'
+          - '3.2'

Review comment:
       the current style looks better to me, many other `short` places use this style too, and it's easy to maintainance for changing




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org