You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/12/07 07:47:20 UTC

[incubator-nlpcraft-java-client] branch master updated: Update build.yml

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 18d6c32  Update build.yml
     new c62dd59  Merge branch 'master' of https://github.com/apache/incubator-nlpcraft-java-client
18d6c32 is described below

commit 18d6c32940ae9315dd627a0d8cf75e266cbfc28d
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Sun Dec 6 23:47:08 2020 -0800

    Update build.yml
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4f2b4a..a66047e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        java: [8, 11]
+        java: [11]
 
     runs-on: ${{matrix.os}}