You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2020/05/26 20:29:07 UTC

[mina-sshd] branch master updated: Test with jdk 14

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new bb07cf5  Test with jdk 14
bb07cf5 is described below

commit bb07cf5de38ac55a13fd9a6b91513a4ff6eebaec
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue May 26 20:01:02 2020 +0200

    Test with jdk 14
---
 .github/workflows/master-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml
index 67a1a26..4f2ade7 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -56,7 +56,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
-        java: [ '1.8', '11' ]
+        java: [ '1.8', '11', '14' ]
     steps:
       - uses: actions/checkout@v2