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-spring-boot.git

commit 546706eeabb27420a14872c3876c4c59f76f2871
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Feb 19 08:01:21 2022 +0100

    From 3.15.x we are JDK 11 only, reflect in github actions
---
 .github/workflows/automatic-sync-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-main.yml 
b/.github/workflows/automatic-sync-main.yml
index bc080ee..2b7a648 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-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