You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2021/03/17 16:20:50 UTC

[qpid-proton-j] branch master updated: NO-JIRA: update to JDK16 now it is released

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/master by this push:
     new c242c26  NO-JIRA: update to JDK16 now it is released
c242c26 is described below

commit c242c260e44d94bba1a9c82a22af3b0b2a0dc5c6
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Mar 17 16:04:56 2021 +0000

    NO-JIRA: update to JDK16 now it is released
---
 .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 b905791..da9b057 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 15 ]
+        java: [ 8, 11, 16 ]
 
     steps:
       - uses: actions/checkout@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org