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

commit f9a5878624a0808041a38f27ce0c737213326ed1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jan 18 13:41:12 2023 +0100

    Move GH actions to JDK 17
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/workflows/master-push-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index a7770679..4ec3314e 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '11' ]
+        java: [ '17' ]
     steps:
       - uses: actions/checkout@v2
       - name: Set up JDK ${{ matrix.java }}

Reply via email to