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 2020/08/25 12:34:09 UTC

[camel-kafka-connector] branch camel-master updated: Align to 1.8

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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new 112576c  Align to 1.8
112576c is described below

commit 112576c9d8697cf581af226467f07f60a6a559ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 14:33:47 2020 +0200

    Align to 1.8
---
 .github/workflows/automatic-sync-camel-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index 508a232..f0cc75c 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8', '11' ]
+        java: [ '1.8' ]
     steps:
       - name: Checkout Camel project
         uses: actions/checkout@v2