You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/01/28 07:31:01 UTC

[camel-kafka-connector] 07/07: Java 14: added the new supported Java version to the build matrix

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

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

commit 73e4d44407101dde445db7b786e83ee1f2561bf4
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Jan 25 14:25:03 2021 +0100

    Java 14: added the new supported Java version to the build matrix
---
 .github/workflows/ci-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index ee9b877..27ad769 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -34,7 +34,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '8', '11' ]
+        java: [ '8', '11', '14' ]
     steps:
       - uses: actions/checkout@v1
       - name: Set up JDK ${{ matrix.java }}