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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to