This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit f0ebab14dd187648e6cf407d810290c27220c2d0 Author: Andrea Cosentino <[email protected]> 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
