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:37:26 UTC

[camel-kafka-connector] 04/07: Added automatic-sync-camel-master to camel-master branch for testing purpose

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

commit cd10f69aba38bd7a774475384632c47a15f7716a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 08:23:53 2020 +0200

    Added automatic-sync-camel-master to camel-master branch for testing purpose
---
 .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 f0cc75c..508a232 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' ]
+        java: [ '1.8', '11' ]
     steps:
       - name: Checkout Camel project
         uses: actions/checkout@v2