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

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


The following commit(s) were added to refs/heads/main by this push:
     new a324d2d  Test with JDK 11
a324d2d is described below

commit a324d2d0b7921670ac9dd92f0e1eda182885144d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Feb 18 06:40:49 2022 +0100

    Test with JDK 11
---
 .github/workflows/test-karaf-camel-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-karaf-camel-main.yml 
b/.github/workflows/test-karaf-camel-main.yml
index 95f42de..571cc1b 100644
--- a/.github/workflows/test-karaf-camel-main.yml
+++ b/.github/workflows/test-karaf-camel-main.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Set Up Java
         uses: actions/setup-java@v1
         with:
-          java-version: 1.8
+          java-version: 11
       - name: Build Camel Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
         working-directory: ${{ github.workspace }}/camel

Reply via email to