You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2023/01/11 15:42:41 UTC

[qpid-protonj2] branch main updated: NO-JIRA Add JDK 19 test action

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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 39f657cd NO-JIRA Add JDK 19 test action
39f657cd is described below

commit 39f657cde3d828651630bc631606311fc001253b
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Wed Jan 11 10:35:41 2023 -0500

    NO-JIRA Add JDK 19 test action
---
 .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 2b8953c5..e412eaab 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17 ]
+        java: [ 11, 17, 19 ]
 
     steps:
       - uses: actions/checkout@v3


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