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-jms.git
The following commit(s) were added to refs/heads/main by this push:
new fd00b41d NO-JIRA: bump GHA CI to use JDK 25 rather than 24
fd00b41d is described below
commit fd00b41d0a47054c36646abac85a328a15327bfe
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Jan 19 13:18:35 2026 +0000
NO-JIRA: bump GHA CI to use JDK 25 rather than 24
---
.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 ec8149c8..16f4f6c4 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, 24 ]
+ java: [ 11, 17, 21, 25 ]
steps:
- uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]