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 54ca75552952c8f1e36b62f8c054da2d778e11d8 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 (cherry picked from commit fd00b41d0a47054c36646abac85a328a15327bfe) --- .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]
