You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/13 07:18:07 UTC

[camel-kafka-connector] branch main updated: Update ci-build.yml removing JDK 11

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new aa4354795 Update ci-build.yml removing JDK 11
aa4354795 is described below

commit aa43547954bf651e6da30cb627a125eff0cf3489
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 09:18:02 2023 +0200

    Update ci-build.yml removing JDK 11
---
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 36e0683cb..1a7e8a10c 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -39,7 +39,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '11', '17' ]
+        java: [ '17' ]
     steps:
       - uses: actions/checkout@v3.5.3
       - name: Set up JDK ${{ matrix.java }}