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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new f5535e5  Camel 3.15.0 is Java 11 only. Reflect this in github actions.
f5535e5 is described below

commit f5535e54635ef74db4e0373f6c158c2160766345
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 10 14:45:41 2022 +0100

    Camel 3.15.0 is Java 11 only. Reflect this in github actions.
---
 .github/workflows/main-push-regen.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main-push-regen.yaml 
b/.github/workflows/main-push-regen.yaml
index dad3378..ac070b8 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -32,7 +32,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8' ]
+        java: [ '11' ]
     steps:
       - uses: actions/checkout@v2
         with:

Reply via email to