This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a301b057abaa Test PRs with JDK 25
a301b057abaa is described below
commit a301b057abaa7ec6bf93e1aff6667c655312f6a4
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Mar 6 14:05:47 2026 +0100
Test PRs with JDK 25
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/pr-build-main.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 9138d41cb662..4a882fdfd69c 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -47,6 +47,9 @@ jobs:
matrix:
java: ['21']
experimental: [ false ]
+ include:
+ - java: '25'
+ experimental: true
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2