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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8bb10c7e NO-JIRA: update GHA job to use JDK21 now that Temurin 21 is 
out
8bb10c7e is described below

commit 8bb10c7e5ce0a207641e65ac420d3d288dfc4bc5
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Tue Oct 10 16:46:15 2023 +0100

    NO-JIRA: update GHA job to use JDK21 now that Temurin 21 is out
---
 .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 0ee25786..2bc6cc0f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 17 ]
+        java: [ 8, 11, 17, 21 ]
 
     steps:
       - uses: actions/checkout@v3


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

Reply via email to