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 <anco...@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