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 c8be7288b49f CAMEL-23112 - include back Java 17 on github PRs
c8be7288b49f is described below
commit c8be7288b49f07a211844d2a745cd7fe8270a64b
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Mar 16 14:34:13 2026 +0100
CAMEL-23112 - include back Java 17 on github PRs
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/pr-build-main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index cedc8fceb5f6..b66a526ebba4 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -56,7 +56,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: ['21']
+ java: ['17', '21']
experimental: [ false ]
include:
- java: '25'