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 16:07:41 UTC

[qpid-jms] 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-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new f857057  NO-JIRA: update GHA job matrix to use JDK15
f857057 is described below

commit f8570574b43318a7ad2d7118be29eaff644e544d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 26 16:06:47 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