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
The following commit(s) were added to refs/heads/1.x by this push:
new 186263f8 NO-JIRA: change job from JDK 23 to JDK 24
186263f8 is described below
commit 186263f8cbe8168200ff9a5a863e8c9f6b8039b2
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Jul 11 17:04:35 2025 +0100
NO-JIRA: change job from JDK 23 to JDK 24
(cherry picked from commit 3dfa513db5c7345eba90fca5c5ff5f8afdfbd5d4)
---
.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 fcca9df3..ec8149c8 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, 23 ]
+ java: [ 11, 17, 21, 24 ]
steps:
- uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]