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 2020/10/26 15:35:27 UTC

[qpid-proton-j] branch master updated: NO-JIRA: update GHA job matrix to use JDK15

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 537a185  NO-JIRA: update GHA job matrix to use JDK15
537a185 is described below

commit 537a1856ec5bb30d5fd90fa4ed3d00ac1df7a57a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 26 15:35:04 2020 +0000

    NO-JIRA: update GHA job matrix to use JDK15
---
 .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 e13fefe..b905791 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 14 ]
+        java: [ 8, 11, 15 ]
 
     steps:
       - uses: actions/checkout@v2


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