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

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit b98ecdd9249dc36063213e91fcb9c42d9b011516
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Fri Sep 20 16:56:22 2024 +0100

    NO-JIRA: add Java 23 job to GHA matrix
    
    (cherry picked from commit 67711bc02de1558348a156f5d262c8cda478a73c)
---
 .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 46989a7a..fcca9df3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 17, 21 ]
+        java: [ 11, 17, 21, 23 ]
 
     steps:
       - uses: actions/checkout@v4


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

Reply via email to