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:03:48 UTC

[camel-kafka-connector] branch master updated: Gh action for sync: Run with 1.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57a5d7f  Gh action for sync: Run with 1.8
57a5d7f is described below

commit 57a5d7ff38ef5469421888068ca7f1eee06ae9a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 14:03:22 2020 +0200

    Gh action for sync: Run with 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