You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/03/21 09:59:39 UTC

(camel) branch main updated: (chores) ci: start checking PRs with Java 21

This is an automated email from the ASF dual-hosted git repository.

orpiske 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 7493f1aa35a (chores) ci: start checking PRs with Java 21
7493f1aa35a is described below

commit 7493f1aa35abb4e20b7f35264910bbcb307e593e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Mar 21 10:42:28 2024 +0100

    (chores) ci: start checking PRs with Java 21
---
 .github/workflows/pr-build-main.yml   | 2 +-
 .github/workflows/push-build-main.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index 3571d9a123b..d42372ed30e 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -38,7 +38,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '17' ]
+        java: [ '17', '21' ]
     steps:
       - uses: actions/checkout@v4
         with:
diff --git a/.github/workflows/push-build-main.yml b/.github/workflows/push-build-main.yml
index cfc3b90fbfc..df572d665b1 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -41,7 +41,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '17' ]
+        java: [ '17', '21' ]
     steps:
       - uses: actions/checkout@v4
         with: